pub struct PushUnlockFilesystem<Prev: Pusher> { /* private fields */ }Available on crate feature
nfsd only.Implementations§
Source§impl<Prev: Pusher> PushUnlockFilesystem<Prev>
impl<Prev: Pusher> PushUnlockFilesystem<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
Sourcepub fn push_path_bytes(self, value: &[u8]) -> Self
pub fn push_path_bytes(self, value: &[u8]) -> Self
Filesystem path whose state should be released.
Trait Implementations§
Source§impl<Prev: Pusher> Drop for PushUnlockFilesystem<Prev>
impl<Prev: Pusher> Drop for PushUnlockFilesystem<Prev>
Source§impl<Prev: Pusher> Pusher for PushUnlockFilesystem<Prev>
impl<Prev: Pusher> Pusher for PushUnlockFilesystem<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushUnlockFilesystem<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushUnlockFilesystem<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushUnlockFilesystem<Prev>where
Prev: Send,
impl<Prev> Sync for PushUnlockFilesystem<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushUnlockFilesystem<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushUnlockFilesystem<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushUnlockFilesystem<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