pub struct Ripple;Expand description
Adapter argument to use the Ripple base58 alphabet
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ripple
impl RefUnwindSafe for Ripple
impl Send for Ripple
impl Sync for Ripple
impl Unpin for Ripple
impl UnwindSafe for Ripple
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