pub struct PushPoolMode<Prev: Pusher> { /* private fields */ }Available on crate feature
nfsd only.Implementations§
Source§impl<Prev: Pusher> PushPoolMode<Prev>
impl<Prev: Pusher> PushPoolMode<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_mode(self, value: &CStr) -> Self
pub fn push_mode_bytes(self, value: &[u8]) -> Self
pub fn push_npools(self, value: u32) -> Self
Trait Implementations§
Source§impl<Prev: Pusher> Drop for PushPoolMode<Prev>
impl<Prev: Pusher> Drop for PushPoolMode<Prev>
Source§impl<Prev: Pusher> Pusher for PushPoolMode<Prev>
impl<Prev: Pusher> Pusher for PushPoolMode<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushPoolMode<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushPoolMode<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushPoolMode<Prev>where
Prev: Send,
impl<Prev> Sync for PushPoolMode<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushPoolMode<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushPoolMode<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushPoolMode<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