Struct globset::Error
[−]
[src]
pub struct Error { /* fields omitted */ }Represents an error that can occur when parsing a glob pattern.
Methods
impl Error[src]
fn glob(&self) -> Option<&str>[src]
Return the glob that caused this error, if one exists.
fn kind(&self) -> &ErrorKind[src]
Return the kind of this error.
Trait Implementations
impl Clone for Error[src]
fn clone(&self) -> Error[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Error[src]
impl Eq for Error[src]
impl PartialEq for Error[src]
fn eq(&self, __arg_0: &Error) -> bool[src]
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]
This method tests for !=.
impl StdError for Error[src]
fn description(&self) -> &str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
The lower-level cause of this error, if any. Read more