pub struct UnknownAlgo(/* private fields */);Trait Implementations§
Source§impl Clone for UnknownAlgo
impl Clone for UnknownAlgo
Source§fn clone(&self) -> UnknownAlgo
fn clone(&self) -> UnknownAlgo
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 UnknownAlgo
impl Debug for UnknownAlgo
Source§impl Display for UnknownAlgo
impl Display for UnknownAlgo
Source§impl Error for UnknownAlgo
impl Error for UnknownAlgo
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<UnknownAlgo> for String
impl From<UnknownAlgo> for String
Source§fn from(err: UnknownAlgo) -> Self
fn from(err: UnknownAlgo) -> Self
Converts to this type from the input type.
Source§impl Hash for UnknownAlgo
impl Hash for UnknownAlgo
Source§impl Ord for UnknownAlgo
impl Ord for UnknownAlgo
Source§fn cmp(&self, other: &UnknownAlgo) -> Ordering
fn cmp(&self, other: &UnknownAlgo) -> 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 UnknownAlgo
impl PartialEq for UnknownAlgo
Source§impl PartialOrd for UnknownAlgo
impl PartialOrd for UnknownAlgo
impl Eq for UnknownAlgo
impl StructuralPartialEq for UnknownAlgo
Auto Trait Implementations§
impl Freeze for UnknownAlgo
impl RefUnwindSafe for UnknownAlgo
impl Send for UnknownAlgo
impl Sync for UnknownAlgo
impl Unpin for UnknownAlgo
impl UnwindSafe for UnknownAlgo
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