pub enum NfsError {
Status(NfsStatus),
XdrError,
NoFileHandle,
TransportError,
AuthError,
NotConnected,
InvalidArgument,
}Expand description
NFS error type.
Variants§
Status(NfsStatus)
Server returned an NFS error status.
XdrError
XDR encoding/decoding error.
NoFileHandle
No file handle set (PUTFH/PUTROOTFH not issued).
TransportError
Network transport error.
AuthError
Authentication failure.
NotConnected
Not connected to server.
InvalidArgument
Invalid argument.
Trait Implementations§
impl Copy for NfsError
impl Eq for NfsError
impl StructuralPartialEq for NfsError
Auto Trait Implementations§
impl Freeze for NfsError
impl RefUnwindSafe for NfsError
impl Send for NfsError
impl Sync for NfsError
impl Unpin for NfsError
impl UnwindSafe for NfsError
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)