type UnvalidatedLanguageIdentifierPair = StrStrPairVarULE;
Aliased Type§
struct UnvalidatedLanguageIdentifierPair(MultiFieldsULE);
Fields§
§0: MultiFieldsULE
Implementations
Trait Implementations
Source§impl Debug for StrStrPairVarULE
impl Debug for StrStrPairVarULE
Source§impl Ord for StrStrPairVarULE
impl Ord for StrStrPairVarULE
Source§impl PartialEq for StrStrPairVarULE
impl PartialEq for StrStrPairVarULE
Source§impl PartialOrd for StrStrPairVarULE
impl PartialOrd for StrStrPairVarULE
Source§impl VarULE for StrStrPairVarULE
impl VarULE for StrStrPairVarULE
Source§fn validate_byte_slice(bytes: &[u8]) -> Result<(), ZeroVecError>
fn validate_byte_slice(bytes: &[u8]) -> Result<(), ZeroVecError>
Validates a byte slice,
&[u8]
. Read moreSource§unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self
unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &Self
Takes a byte slice,
&[u8]
, and return it as &Self
with the same lifetime, assuming
that this byte slice has previously been run through Self::parse_byte_slice()
with
success. Read moreSource§fn parse_byte_slice(bytes: &[u8]) -> Result<&Self, ZeroVecError>
fn parse_byte_slice(bytes: &[u8]) -> Result<&Self, ZeroVecError>
Source§fn as_byte_slice(&self) -> &[u8] ⓘ
fn as_byte_slice(&self) -> &[u8] ⓘ
Source§impl<'a> ZeroMapKV<'a> for StrStrPairVarULE
impl<'a> ZeroMapKV<'a> for StrStrPairVarULE
Source§type Container = VarZeroVec<'a, StrStrPairVarULE>
type Container = VarZeroVec<'a, StrStrPairVarULE>
The container that can be used with this type:
ZeroVec
or VarZeroVec
.type Slice = VarZeroSlice<StrStrPairVarULE>
Source§type GetType = StrStrPairVarULE
type GetType = StrStrPairVarULE
The type produced by
Container::get()
Read more