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