Struct icu::datetime::scaffold::DataPayloadWithVariablesBorrowed
source · pub struct DataPayloadWithVariablesBorrowed<'data, M, Variables>where
M: DynamicDataMarker,{ /* private fields */ }
Expand description
Borrowed version of DataPayloadWithVariables
.
Trait Implementations§
source§impl<'data, M, Variables> Debug for DataPayloadWithVariablesBorrowed<'data, M, Variables>where
M: DynamicDataMarker,
<<M as DynamicDataMarker>::DataStruct as Yokeable<'data>>::Output: Debug,
Variables: Debug,
impl<'data, M, Variables> Debug for DataPayloadWithVariablesBorrowed<'data, M, Variables>where
M: DynamicDataMarker,
<<M as DynamicDataMarker>::DataStruct as Yokeable<'data>>::Output: Debug,
Variables: Debug,
Auto Trait Implementations§
impl<'data, M, Variables> Freeze for DataPayloadWithVariablesBorrowed<'data, M, Variables>where
Variables: Freeze,
impl<'data, M, Variables> RefUnwindSafe for DataPayloadWithVariablesBorrowed<'data, M, Variables>where
Variables: RefUnwindSafe,
<<M as DynamicDataMarker>::DataStruct as Yokeable<'data>>::Output: RefUnwindSafe,
impl<'data, M, Variables> Send for DataPayloadWithVariablesBorrowed<'data, M, Variables>
impl<'data, M, Variables> Sync for DataPayloadWithVariablesBorrowed<'data, M, Variables>
impl<'data, M, Variables> Unpin for DataPayloadWithVariablesBorrowed<'data, M, Variables>where
Variables: Unpin,
impl<'data, M, Variables> UnwindSafe for DataPayloadWithVariablesBorrowed<'data, M, Variables>where
Variables: UnwindSafe,
<<M as DynamicDataMarker>::DataStruct as Yokeable<'data>>::Output: RefUnwindSafe,
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> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more