Enum nix::Error
[−]
[src]
pub enum Error { Sys(Errno), InvalidPath, }
Variants
Sys(Errno)
InvalidPath
Methods
impl Error
[src]
impl Error
pub fn from_errno(errno: Errno) -> Error
[src]
pub fn from_errno(errno: Errno) -> Error
pub fn last() -> Error
[src]
pub fn last() -> Error
pub fn invalid_argument() -> Error
[src]
pub fn invalid_argument() -> Error
pub fn errno(&self) -> Errno
[src]
pub fn errno(&self) -> Errno
Trait Implementations
impl Clone for Error
[src]
impl Clone for Error
fn clone(&self) -> Error
[src]
fn clone(&self) -> Error
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for Error
[src]
impl Copy for Error
impl Debug for Error
[src]
impl Debug for Error
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Error
[src]
impl PartialEq for Error
fn eq(&self, __arg_0: &Error) -> bool
[src]
fn eq(&self, __arg_0: &Error) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Error) -> bool
[src]
fn ne(&self, __arg_0: &Error) -> bool
This method tests for !=
.
impl From<Errno> for Error
[src]
impl From<Errno> for Error
impl Error for Error
[src]
impl Error for Error
fn description(&self) -> &str
[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
fn cause(&self) -> Option<&Error>
1.0.0
[src]The lower-level cause of this error, if any. Read more
impl Display for Error
[src]
impl Display for Error
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl From<Error> for Error
[src]
impl From<Error> for Error