Type Alias serdect::slice::HexLowerOrBin
source · pub type HexLowerOrBin = HexOrBin<false>;
Expand description
HexOrBin
serializer which uses lower case.
Aliased Type§
struct HexLowerOrBin(pub Vec<u8>);
Fields§
§0: Vec<u8>
Trait Implementations
source§impl<'de, const UPPERCASE: bool> Deserialize<'de> for HexOrBin<UPPERCASE>
impl<'de, const UPPERCASE: bool> Deserialize<'de> for HexOrBin<UPPERCASE>
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<const UPPERCASE: bool> Ord for HexOrBin<UPPERCASE>
impl<const UPPERCASE: bool> Ord for HexOrBin<UPPERCASE>
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<const UPPERCASE: bool> PartialEq for HexOrBin<UPPERCASE>
impl<const UPPERCASE: bool> PartialEq for HexOrBin<UPPERCASE>
source§impl<const UPPERCASE: bool> PartialOrd for HexOrBin<UPPERCASE>
impl<const UPPERCASE: bool> PartialOrd for HexOrBin<UPPERCASE>
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