pub struct ChainType(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for ChainType
impl Ord for ChainType
Source§impl PartialOrd for ChainType
impl PartialOrd for ChainType
impl Copy for ChainType
impl Eq for ChainType
impl StructuralPartialEq for ChainType
Auto Trait Implementations§
impl Freeze for ChainType
impl RefUnwindSafe for ChainType
impl Send for ChainType
impl Sync for ChainType
impl Unpin for ChainType
impl UnwindSafe for ChainType
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