Struct drawbridge_byte::Standard
source · pub struct Standard(_);Expand description
Standard Base64 encoding with padding
Trait Implementations§
source§impl Ord for Standard
impl Ord for Standard
source§impl PartialEq<Standard> for Standard
impl PartialEq<Standard> for Standard
source§impl PartialOrd<Standard> for Standard
impl PartialOrd<Standard> for Standard
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