#[repr(u32)]pub enum NfsStatus {
Show 16 variants
Ok = 0,
Perm = 1,
NoEnt = 2,
IO = 5,
Access = 13,
Exist = 17,
NotDir = 20,
IsDir = 21,
Inval = 22,
FBig = 27,
NoSpc = 28,
RoFs = 30,
Stale = 70,
BadHandle = 10_001,
NotSupp = 10_004,
ServerFault = 10_006,
}Expand description
NFS v4 status codes.
Variants§
Ok = 0
Perm = 1
NoEnt = 2
IO = 5
Access = 13
Exist = 17
NotDir = 20
IsDir = 21
Inval = 22
FBig = 27
NoSpc = 28
RoFs = 30
Stale = 70
BadHandle = 10_001
NotSupp = 10_004
ServerFault = 10_006
Implementations§
Trait Implementations§
impl Copy for NfsStatus
impl Eq for NfsStatus
impl StructuralPartialEq for NfsStatus
Auto Trait Implementations§
impl Freeze for NfsStatus
impl RefUnwindSafe for NfsStatus
impl Send for NfsStatus
impl Sync for NfsStatus
impl Unpin for NfsStatus
impl UnwindSafe for NfsStatus
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)