Struct coatcheck::AccessError
[-]
[src]
pub struct AccessError {
pub kind: ErrorKind,
}The error yielded an access fails.
Fields
kind | The error kind. |
pub struct AccessError {
pub kind: ErrorKind,
}The error yielded an access fails.
kind | The error kind. |
impl ErrorTrait for AccessErrorfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl Display for AccessErrorimpl Debug for AccessErrorimpl Copy for AccessErrorimpl Clone for AccessErrorfn clone(&self) -> AccessErrorfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).