Struct base64ct::Base64Unpadded
source · [−]pub struct Base64Unpadded;
Expand description
Standard Base64 encoding without padding.
[A-Z] [a-z] [0-9] + /
0x41-0x5a, 0x61-0x7a, 0x30-0x39, 0x2b, 0x2f
Auto Trait Implementations
impl RefUnwindSafe for Base64Unpadded
impl Send for Base64Unpadded
impl Sync for Base64Unpadded
impl Unpin for Base64Unpadded
impl UnwindSafe for Base64Unpadded
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more