Struct uu_chown::Group[][src]

pub struct Group { /* fields omitted */ }

Implementations

impl Group[src]

pub fn name(&self) -> Cow<'_, str>[src]

AKA group.gr_name

pub fn gid(&self) -> u32[src]

AKA group.gr_gid

pub fn as_inner(&self) -> &group[src]

pub fn into_inner(self) -> group[src]

Trait Implementations

impl<'a> Locate<&'a str> for Group[src]

impl Locate<u32> for Group[src]

Auto Trait Implementations

impl RefUnwindSafe for Group

impl !Send for Group

impl !Sync for Group

impl Unpin for Group

impl UnwindSafe for Group

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.