pub struct UnknownChain(/* private fields */);Trait Implementations§
Source§impl Clone for UnknownChain
impl Clone for UnknownChain
Source§fn clone(&self) -> UnknownChain
fn clone(&self) -> UnknownChain
Returns a duplicate 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 UnknownChain
impl Debug for UnknownChain
Source§impl Display for UnknownChain
impl Display for UnknownChain
Source§impl Error for UnknownChain
impl Error for UnknownChain
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 From<UnknownChain> for String
impl From<UnknownChain> for String
Source§fn from(err: UnknownChain) -> Self
fn from(err: UnknownChain) -> Self
Converts to this type from the input type.
Source§impl Hash for UnknownChain
impl Hash for UnknownChain
Source§impl Ord for UnknownChain
impl Ord for UnknownChain
Source§fn cmp(&self, other: &UnknownChain) -> Ordering
fn cmp(&self, other: &UnknownChain) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UnknownChain
impl PartialEq for UnknownChain
Source§impl PartialOrd for UnknownChain
impl PartialOrd for UnknownChain
impl Eq for UnknownChain
impl StructuralPartialEq for UnknownChain
Auto Trait Implementations§
impl Freeze for UnknownChain
impl RefUnwindSafe for UnknownChain
impl Send for UnknownChain
impl Sync for UnknownChain
impl Unpin for UnknownChain
impl UnwindSafe for UnknownChain
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