Struct icu::experimental::transliterate::provider::FunctionCallULE
source · #[repr(C, packed(1))]pub struct FunctionCallULE { /* private fields */ }
Expand description
VarULE
type for FunctionCall
. See FunctionCall
for documentation.
Implementations§
Trait Implementations§
source§impl Debug for FunctionCallULE
impl Debug for FunctionCallULE
source§impl<'a, 'de> Deserialize<'de> for &'a FunctionCallULEwhere
'de: 'a,
impl<'a, 'de> Deserialize<'de> for &'a FunctionCallULEwhere
'de: 'a,
source§fn deserialize<D>(
deserializer: D,
) -> Result<&'a FunctionCallULE, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<&'a FunctionCallULE, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<'de> Deserialize<'de> for Box<FunctionCallULE>
impl<'de> Deserialize<'de> for Box<FunctionCallULE>
source§fn deserialize<D>(
deserializer: D,
) -> Result<Box<FunctionCallULE>, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<Box<FunctionCallULE>, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<'a> EncodeAsVarULE<FunctionCallULE> for &FunctionCall<'a>
impl<'a> EncodeAsVarULE<FunctionCallULE> for &FunctionCall<'a>
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<'a> EncodeAsVarULE<FunctionCallULE> for FunctionCall<'a>
impl<'a> EncodeAsVarULE<FunctionCallULE> for FunctionCall<'a>
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 PartialEq for FunctionCallULE
impl PartialEq for FunctionCallULE
source§impl Serialize for FunctionCallULE
impl Serialize for FunctionCallULE
source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
source§impl ToOwned for FunctionCallULE
impl ToOwned for FunctionCallULE
source§type Owned = Box<FunctionCallULE>
type Owned = Box<FunctionCallULE>
The resulting type after obtaining ownership.
source§fn to_owned(&self) -> <FunctionCallULE as ToOwned>::Owned
fn to_owned(&self) -> <FunctionCallULE as ToOwned>::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 FunctionCallULE
impl VarULE for FunctionCallULE
source§fn validate_byte_slice(bytes: &[u8]) -> Result<(), UleError>
fn validate_byte_slice(bytes: &[u8]) -> Result<(), UleError>
Validates a byte slice,
&[u8]
. Read moresource§unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &FunctionCallULE
unsafe fn from_byte_slice_unchecked(bytes: &[u8]) -> &FunctionCallULE
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 as_byte_slice(&self) -> &[u8] ⓘ
fn as_byte_slice(&self) -> &[u8] ⓘ
source§impl<'a> ZeroFrom<'a, FunctionCallULE> for FunctionCall<'a>
impl<'a> ZeroFrom<'a, FunctionCallULE> for FunctionCall<'a>
source§fn zero_from(other: &'a FunctionCallULE) -> FunctionCall<'a>
fn zero_from(other: &'a FunctionCallULE) -> FunctionCall<'a>
Clone the other
C
into a struct that may retain references into C
.source§impl<'a> ZeroMapKV<'a> for FunctionCallULE
impl<'a> ZeroMapKV<'a> for FunctionCallULE
source§type Container = VarZeroVec<'a, FunctionCallULE>
type Container = VarZeroVec<'a, FunctionCallULE>
The container that can be used with this type:
ZeroVec
or VarZeroVec
.type Slice = VarZeroSlice<FunctionCallULE>
source§type GetType = FunctionCallULE
type GetType = FunctionCallULE
The type produced by
Container::get()
Read moreimpl Eq for FunctionCallULE
Auto Trait Implementations§
impl Freeze for FunctionCallULE
impl RefUnwindSafe for FunctionCallULE
impl Send for FunctionCallULE
impl !Sized for FunctionCallULE
impl Sync for FunctionCallULE
impl Unpin for FunctionCallULE
impl UnwindSafe for FunctionCallULE
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
source§impl<T> EncodeAsVarULE<T> for T
impl<T> EncodeAsVarULE<T> for T
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()