Struct ruma_common::serde::base64::Standard
source · #[non_exhaustive]pub struct Standard;Expand description
Standard base64 character set without padding.
Allows trailing bits in decoding for maximum compatibility.
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 moreimpl Base64Config for Standard
impl Eq for Standard
impl StructuralEq for Standard
impl StructuralPartialEq for Standard
Auto Trait Implementations§
impl RefUnwindSafe for Standard
impl Send for Standard
impl Sync for Standard
impl Unpin for Standard
impl UnwindSafe for Standard
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.