pub struct Base58;
Implementations§
Auto Trait Implementations§
impl Freeze for Base58
impl RefUnwindSafe for Base58
impl Send for Base58
impl Sync for Base58
impl Unpin for Base58
impl UnwindSafe for Base58
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