Struct chain_path_derivation::AnyScheme
source · pub struct AnyScheme;
Expand description
any derivation path scheme
Trait Implementations§
source§impl Ord for AnyScheme
impl Ord for AnyScheme
source§impl PartialEq<AnyScheme> for AnyScheme
impl PartialEq<AnyScheme> for AnyScheme
source§impl PartialOrd<AnyScheme> for AnyScheme
impl PartialOrd<AnyScheme> for AnyScheme
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for AnyScheme
impl Eq for AnyScheme
impl StructuralEq for AnyScheme
impl StructuralPartialEq for AnyScheme
Auto Trait Implementations§
impl RefUnwindSafe for AnyScheme
impl Send for AnyScheme
impl Sync for AnyScheme
impl Unpin for AnyScheme
impl UnwindSafe for AnyScheme
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