pub struct GroupExtras {
pub members: Vec<OsString>,
}Expand description
Unix-specific fields for Groups.
Fields§
§members: Vec<OsString>Vector of usernames that are members of this group.
Trait Implementations§
Source§impl Clone for GroupExtras
impl Clone for GroupExtras
Source§fn clone(&self) -> GroupExtras
fn clone(&self) -> GroupExtras
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GroupExtras
impl Debug for GroupExtras
Source§impl Default for GroupExtras
impl Default for GroupExtras
Source§fn default() -> GroupExtras
fn default() -> GroupExtras
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GroupExtras
impl RefUnwindSafe for GroupExtras
impl Send for GroupExtras
impl Sync for GroupExtras
impl Unpin for GroupExtras
impl UnsafeUnpin for GroupExtras
impl UnwindSafe for GroupExtras
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