pub enum UnixGid {
Seqno(u64),
Uid(u32),
Gids(u32),
Negative(()),
Expiry(u64),
}Available on crate feature
sunrpc only.Variants§
Seqno(u64)
Uid(u32)
Gids(u32)
Attribute may repeat multiple times (treat it as array)
Negative(())
Expiry(u64)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnixGid
impl RefUnwindSafe for UnixGid
impl Send for UnixGid
impl Sync for UnixGid
impl Unpin for UnixGid
impl UnsafeUnpin for UnixGid
impl UnwindSafe for UnixGid
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