pub struct Standard(/* private fields */);Expand description
Standard Base64 encoding with padding
Trait Implementations§
Source§impl Ord for Standard
impl Ord for Standard
Source§impl PartialOrd for Standard
impl PartialOrd for Standard
impl Copy for Standard
impl Eq for Standard
impl StructuralPartialEq for Standard
Auto Trait Implementations§
impl Freeze for Standard
impl RefUnwindSafe for Standard
impl Send for Standard
impl Sync for Standard
impl Unpin for Standard
impl UnwindSafe for Standard
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