pub enum Base58Error {
InvalidChunkData,
InvalidChunkLength(usize),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Base58Error
impl RefUnwindSafe for Base58Error
impl Send for Base58Error
impl Sync for Base58Error
impl Unpin for Base58Error
impl UnwindSafe for Base58Error
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