pub struct Base58Check;Expand description
Base58Check encoder/decoder.
Implementations§
Auto Trait Implementations§
impl Freeze for Base58Check
impl RefUnwindSafe for Base58Check
impl Send for Base58Check
impl Sync for Base58Check
impl Unpin for Base58Check
impl UnwindSafe for Base58Check
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