pub enum ShortCryptUrlComponentError {
IncorrectFormat,
}
Variants§
IncorrectFormat
Trait Implementations§
source§impl Clone for ShortCryptUrlComponentError
impl Clone for ShortCryptUrlComponentError
source§fn clone(&self) -> ShortCryptUrlComponentError
fn clone(&self) -> ShortCryptUrlComponentError
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 ShortCryptUrlComponentError
impl Debug for ShortCryptUrlComponentError
source§impl Error for ShortCryptUrlComponentError
impl Error for ShortCryptUrlComponentError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 PartialEq<ShortCryptUrlComponentError> for ShortCryptUrlComponentError
impl PartialEq<ShortCryptUrlComponentError> for ShortCryptUrlComponentError
source§fn eq(&self, other: &ShortCryptUrlComponentError) -> bool
fn eq(&self, other: &ShortCryptUrlComponentError) -> bool
impl StructuralPartialEq for ShortCryptUrlComponentError
Auto Trait Implementations§
impl RefUnwindSafe for ShortCryptUrlComponentError
impl Send for ShortCryptUrlComponentError
impl Sync for ShortCryptUrlComponentError
impl Unpin for ShortCryptUrlComponentError
impl UnwindSafe for ShortCryptUrlComponentError
Blanket Implementations§
§impl<T> AsFail for Twhere
T: Fail,
impl<T> AsFail for Twhere
T: Fail,
§impl<E> Fail for Ewhere
E: 'static + Error + Send + Sync,
impl<E> Fail for Ewhere
E: 'static + Error + Send + Sync,
§fn cause(&self) -> Option<&(dyn Fail + 'static)>
fn cause(&self) -> Option<&(dyn Fail + 'static)>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
§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 more§impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
§fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
Converts
self
into a collection.