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