Expand description
Unix-specific fields for Group
s.
Fields
members: Vec<OsString>
Vector of usernames that are members of this group.
Trait Implementations
sourceimpl Clone for GroupExtras
impl Clone for GroupExtras
sourcefn clone(&self) -> GroupExtras
fn clone(&self) -> GroupExtras
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GroupExtras
impl Debug for GroupExtras
sourceimpl Default for GroupExtras
impl Default for GroupExtras
sourcefn default() -> GroupExtras
fn default() -> GroupExtras
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GroupExtras
impl Send for GroupExtras
impl Sync for GroupExtras
impl Unpin for GroupExtras
impl UnwindSafe for GroupExtras
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more