pub enum UnlockFilesystem<'a> {
Path(&'a CStr),
}Available on crate feature
nfsd only.Variants§
Implementations§
Source§impl UnlockFilesystem<'_>
impl UnlockFilesystem<'_>
pub fn new<'a>(buf: &'a [u8]) -> IterableUnlockFilesystem<'a> ⓘ
Trait Implementations§
Source§impl<'a> Clone for UnlockFilesystem<'a>
impl<'a> Clone for UnlockFilesystem<'a>
Source§fn clone(&self) -> UnlockFilesystem<'a>
fn clone(&self) -> UnlockFilesystem<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for UnlockFilesystem<'a>
impl<'a> RefUnwindSafe for UnlockFilesystem<'a>
impl<'a> Send for UnlockFilesystem<'a>
impl<'a> Sync for UnlockFilesystem<'a>
impl<'a> Unpin for UnlockFilesystem<'a>
impl<'a> UnsafeUnpin for UnlockFilesystem<'a>
impl<'a> UnwindSafe for UnlockFilesystem<'a>
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