pub struct BinHex;
Available on crate feature
base64
only.Expand description
The character set used in BinHex
4.0 files.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BinHex
impl RefUnwindSafe for BinHex
impl Send for BinHex
impl Sync for BinHex
impl Unpin for BinHex
impl UnwindSafe for BinHex
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