Struct drawbridge_byte::StandardNoPad
source · pub struct StandardNoPad(_);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 copy 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<StandardNoPad> for StandardNoPad
impl PartialEq<StandardNoPad> for StandardNoPad
source§fn eq(&self, other: &StandardNoPad) -> bool
fn eq(&self, other: &StandardNoPad) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<StandardNoPad> for StandardNoPad
impl PartialOrd<StandardNoPad> for StandardNoPad
source§fn partial_cmp(&self, other: &StandardNoPad) -> Option<Ordering>
fn partial_cmp(&self, other: &StandardNoPad) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more