pub struct StandardNoPad(/* private fields */);Expand description
Standard Base64 encoding without padding
Trait Implementations§
Source§impl Clone for StandardNoPad
impl Clone for StandardNoPad
Source§fn clone(&self) -> StandardNoPad
fn clone(&self) -> StandardNoPad
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StandardNoPad
impl Debug for StandardNoPad
Source§impl Hash for StandardNoPad
impl Hash for StandardNoPad
Source§impl Ord for StandardNoPad
impl Ord for StandardNoPad
Source§fn cmp(&self, other: &StandardNoPad) -> Ordering
fn cmp(&self, other: &StandardNoPad) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StandardNoPad
impl PartialEq for StandardNoPad
Source§impl PartialOrd for StandardNoPad
impl PartialOrd for StandardNoPad
impl Copy for StandardNoPad
impl Eq for StandardNoPad
impl StructuralPartialEq for StandardNoPad
Auto Trait Implementations§
impl Freeze for StandardNoPad
impl RefUnwindSafe for StandardNoPad
impl Send for StandardNoPad
impl Sync for StandardNoPad
impl Unpin for StandardNoPad
impl UnwindSafe for StandardNoPad
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