pub struct SchemeMismatchError;Expand description
An error that occurs if filter and provided ExecutionContext have
different schemes.
Trait Implementations§
Source§impl Debug for SchemeMismatchError
impl Debug for SchemeMismatchError
Source§impl Display for SchemeMismatchError
impl Display for SchemeMismatchError
Source§impl Fail for SchemeMismatchError
impl Fail for SchemeMismatchError
Source§fn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
Source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace carried by this failure, if it
carries one. Read moreSource§impl PartialEq for SchemeMismatchError
impl PartialEq for SchemeMismatchError
impl StructuralPartialEq for SchemeMismatchError
Auto Trait Implementations§
impl Freeze for SchemeMismatchError
impl RefUnwindSafe for SchemeMismatchError
impl Send for SchemeMismatchError
impl Sync for SchemeMismatchError
impl Unpin for SchemeMismatchError
impl UnwindSafe for SchemeMismatchError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more