Struct icu_experimental::compactdecimal::provider::PatternULE
source · #[repr(C, packed(1))]pub struct PatternULE {
pub exponent: <i8 as AsULE>::ULE,
pub index: <u8 as AsULE>::ULE,
pub literal_text: str,
}
Fields§
§exponent: <i8 as AsULE>::ULE
§index: <u8 as AsULE>::ULE
§literal_text: str
Trait Implementations§
source§impl Debug for PatternULE
impl Debug for PatternULE
source§impl<'a, 'de: 'a> Deserialize<'de> for &'a PatternULE
impl<'a, 'de: 'a> Deserialize<'de> for &'a PatternULE
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<'de> Deserialize<'de> for Box<PatternULE>
impl<'de> Deserialize<'de> for Box<PatternULE>
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<'data> EncodeAsVarULE<PatternULE> for &Pattern<'data>
impl<'data> EncodeAsVarULE<PatternULE> for &Pattern<'data>
source§fn encode_var_ule_as_slices<R>(&self, cb: impl FnOnce(&[&[u8]]) -> R) -> R
fn encode_var_ule_as_slices<R>(&self, cb: impl FnOnce(&[&[u8]]) -> R) -> R
Calls
cb
with a piecewise list of byte slices that when concatenated
produce the memory pattern of the corresponding instance of T
. Read moresource§fn encode_var_ule_len(&self) -> usize
fn encode_var_ule_len(&self) -> usize
Return the length, in bytes, of the corresponding [
VarULE
] typesource§fn encode_var_ule_write(&self, dst: &mut [u8])
fn encode_var_ule_write(&self, dst: &mut [u8])
Write the corresponding [
VarULE
] type to the dst
buffer. dst
should
be the size of [Self::encode_var_ule_len()
]source§impl<'data> EncodeAsVarULE<PatternULE> for Pattern<'data>
impl<'data> EncodeAsVarULE<PatternULE> for Pattern<'data>
source§fn encode_var_ule_as_slices<R>(&self, cb: impl FnOnce(&[&[u8]]) -> R) -> R
fn encode_var_ule_as_slices<R>(&self, cb: impl FnOnce(&[&[u8]]) -> R) -> R
Calls
cb
with a piecewise list of byte slices that when concatenated
produce the memory pattern of the corresponding instance of T
. Read moresource§fn encode_var_ule_len(&self) -> usize
fn encode_var_ule_len(&self) -> usize
Return the length, in bytes, of the corresponding [
VarULE
] typesource§fn encode_var_ule_write(&self, dst: &mut [u8])
fn encode_var_ule_write(&self, dst: &mut [u8])
Write the corresponding [
VarULE
] type to the dst
buffer. dst
should
be the size of [Self::encode_var_ule_len()
]source§impl<'data> From<&'data PatternULE> for Pattern<'data>
impl<'data> From<&'data PatternULE> for Pattern<'data>
source§fn from(other: &'data PatternULE) -> Self
fn from(other: &'data PatternULE) -> Self
Converts to this type from the input type.
source§impl Ord for PatternULE
impl Ord for PatternULE
source§impl PartialEq for PatternULE
impl PartialEq for PatternULE
source§impl PartialOrd for PatternULE
impl PartialOrd for PatternULE
source§impl Serialize for PatternULE
impl Serialize for PatternULE
source§impl ToOwned for PatternULE
impl ToOwned for PatternULE
source§type Owned = Box<PatternULE>
type Owned = Box<PatternULE>
The resulting type after obtaining ownership.
source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more
source§impl VarULE for PatternULE
impl VarULE for PatternULE
source§fn validate_bytes(bytes: &[u8]) -> Result<(), UleError>
fn validate_bytes(bytes: &[u8]) -> Result<(), UleError>
Validates a byte slice,
&[u8]
. Read moresource§unsafe fn from_bytes_unchecked(bytes: &[u8]) -> &Self
unsafe fn from_bytes_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_bytes()
] with
success. Read more§fn parse_bytes(bytes: &[u8]) -> Result<&Self, UleError>
fn parse_bytes(bytes: &[u8]) -> Result<&Self, UleError>
source§impl<'data> ZeroFrom<'data, PatternULE> for Pattern<'data>
impl<'data> ZeroFrom<'data, PatternULE> for Pattern<'data>
source§fn zero_from(other: &'data PatternULE) -> Self
fn zero_from(other: &'data PatternULE) -> Self
Clone the other
C
into a struct that may retain references into C
.source§impl<'a> ZeroMapKV<'a> for PatternULE
impl<'a> ZeroMapKV<'a> for PatternULE
source§type Container = VarZeroVec<'a, PatternULE>
type Container = VarZeroVec<'a, PatternULE>
The container that can be used with this type: [
ZeroVec
] or [VarZeroVec
].type Slice = VarZeroSlice<PatternULE>
source§type GetType = PatternULE
type GetType = PatternULE
The type produced by
Container::get()
Read moreimpl Eq for PatternULE
Auto Trait Implementations§
impl Freeze for PatternULE
impl RefUnwindSafe for PatternULE
impl Send for PatternULE
impl !Sized for PatternULE
impl Sync for PatternULE
impl Unpin for PatternULE
impl UnwindSafe for PatternULE
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> EncodeAsVarULE<T> for Twhere
T: VarULE + ?Sized,
impl<T> EncodeAsVarULE<T> for Twhere
T: VarULE + ?Sized,
§fn encode_var_ule_as_slices<R>(&self, cb: impl FnOnce(&[&[u8]]) -> R) -> R
fn encode_var_ule_as_slices<R>(&self, cb: impl FnOnce(&[&[u8]]) -> R) -> R
Calls
cb
with a piecewise list of byte slices that when concatenated
produce the memory pattern of the corresponding instance of T
. Read more§fn encode_var_ule_len(&self) -> usize
fn encode_var_ule_len(&self) -> usize
Return the length, in bytes, of the corresponding [
VarULE
] type§fn encode_var_ule_write(&self, dst: &mut [u8])
fn encode_var_ule_write(&self, dst: &mut [u8])
Write the corresponding [
VarULE
] type to the dst
buffer. dst
should
be the size of [Self::encode_var_ule_len()
]