pub struct Base62;Expand description
Base62 (alphanumeric) encoding.
Minimum secure length is 22.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Base62
impl RefUnwindSafe for Base62
impl Send for Base62
impl Sync for Base62
impl Unpin for Base62
impl UnwindSafe for Base62
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