pub struct ActorsMap {
pub user: Option<Vec<String>>,
pub group: Option<Vec<String>>,
}
Fields§
§user: Option<Vec<String>>
The user account ID of the user to add.
group: Option<Vec<String>>
The name of the group to add.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ActorsMap
impl<'de> Deserialize<'de> for ActorsMap
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ActorsMap
Auto Trait Implementations§
impl Freeze for ActorsMap
impl RefUnwindSafe for ActorsMap
impl Send for ActorsMap
impl Sync for ActorsMap
impl Unpin for ActorsMap
impl UnwindSafe for ActorsMap
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more