pub struct Base8;Expand description
A Base8 (octal) encoding and decoding library.
Implementations§
Auto Trait Implementations§
impl Freeze for Base8
impl RefUnwindSafe for Base8
impl Send for Base8
impl Sync for Base8
impl Unpin for Base8
impl UnsafeUnpin for Base8
impl UnwindSafe for Base8
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