pub struct PushUnixGid<Prev: Pusher> { /* private fields */ }Available on crate feature
sunrpc only.Implementations§
Source§impl<Prev: Pusher> PushUnixGid<Prev>
impl<Prev: Pusher> PushUnixGid<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_seqno(self, value: u64) -> Self
pub fn push_uid(self, value: u32) -> Self
Sourcepub fn push_gids(self, value: u32) -> Self
pub fn push_gids(self, value: u32) -> Self
Attribute may repeat multiple times (treat it as array)
pub fn push_negative(self, value: ()) -> Self
pub fn push_expiry(self, value: u64) -> Self
Trait Implementations§
Source§impl<Prev: Pusher> Drop for PushUnixGid<Prev>
impl<Prev: Pusher> Drop for PushUnixGid<Prev>
Source§impl<Prev: Pusher> Pusher for PushUnixGid<Prev>
impl<Prev: Pusher> Pusher for PushUnixGid<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushUnixGid<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushUnixGid<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushUnixGid<Prev>where
Prev: Send,
impl<Prev> Sync for PushUnixGid<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushUnixGid<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushUnixGid<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushUnixGid<Prev>where
Prev: UnwindSafe,
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