pub struct UnregisteredSchemeError;Expand description
An error representing that the unregistered scheme was an invalid scheme, or it was actually a registered scheme.
Trait Implementations§
Source§impl Clone for UnregisteredSchemeError
impl Clone for UnregisteredSchemeError
Source§fn clone(&self) -> UnregisteredSchemeError
fn clone(&self) -> UnregisteredSchemeError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnregisteredSchemeError
impl Debug for UnregisteredSchemeError
Source§impl Display for UnregisteredSchemeError
impl Display for UnregisteredSchemeError
Source§impl Error for UnregisteredSchemeError
impl Error for UnregisteredSchemeError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl Hash for UnregisteredSchemeError
impl Hash for UnregisteredSchemeError
Source§impl PartialEq for UnregisteredSchemeError
impl PartialEq for UnregisteredSchemeError
impl Copy for UnregisteredSchemeError
impl Eq for UnregisteredSchemeError
impl StructuralPartialEq for UnregisteredSchemeError
Auto Trait Implementations§
impl Freeze for UnregisteredSchemeError
impl RefUnwindSafe for UnregisteredSchemeError
impl Send for UnregisteredSchemeError
impl Sync for UnregisteredSchemeError
impl Unpin for UnregisteredSchemeError
impl UnwindSafe for UnregisteredSchemeError
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