Struct TimeSymbols

Source
pub struct TimeSymbols<'data> {
    pub day_periods: Contexts<'data>,
}
Expand description

Symbol data for the day periods needed to format a time.

For more information on date time symbols, see FieldSymbol.

๐Ÿ“ This item has a stack size of 768 bytes on the stable toolchain at release date.

๐Ÿšง This code is considered unstable; it may change at any time, in breaking or non-breaking ways, including in SemVer minor releases. While the serde representation of data structs is guaranteed to be stable, their Rust representation might not be. Use with caution.

Fieldsยง

ยงday_periods: Contexts<'data>

Symbol data for day periods.

Trait Implementationsยง

Sourceยง

impl<'data> Clone for TimeSymbols<'data>

Sourceยง

fn clone(&self) -> TimeSymbols<'data>

Returns a copy of the value. Read more
1.0.0 ยท Sourceยง

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Sourceยง

impl<'data> Debug for TimeSymbols<'data>

Sourceยง

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Sourceยง

impl<'data> Default for TimeSymbols<'data>

Sourceยง

fn default() -> TimeSymbols<'data>

Returns the โ€œdefault valueโ€ for a type. Read more
Sourceยง

impl<'de, 'data> Deserialize<'de> for TimeSymbols<'data>
where 'de: 'data,

Sourceยง

fn deserialize<__D>( __deserializer: __D, ) -> Result<TimeSymbols<'data>, <__D as Deserializer<'de>>::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Sourceยง

impl MaybeAsVarULE for TimeSymbols<'_>

Sourceยง

type EncodedStruct = [()]

The VarULE type for this data struct, or [()] if it cannot be represented as VarULE.
Sourceยง

impl<'data> PartialEq for TimeSymbols<'data>

Sourceยง

fn eq(&self, other: &TimeSymbols<'data>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 ยท Sourceยง

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Sourceยง

impl<'a> Yokeable<'a> for TimeSymbols<'static>

Sourceยง

type Output = TimeSymbols<'a>

This type MUST be Self with the 'static replaced with 'a, i.e. Self<'a>
Sourceยง

fn transform(&'a self) -> &'a <TimeSymbols<'static> as Yokeable<'a>>::Output

This method must cast self between &'a Self<'static> and &'a Self<'a>. Read more
Sourceยง

fn transform_owned(self) -> <TimeSymbols<'static> as Yokeable<'a>>::Output

This method must cast self between Self<'static> and Self<'a>. Read more
Sourceยง

unsafe fn make( this: <TimeSymbols<'static> as Yokeable<'a>>::Output, ) -> TimeSymbols<'static>

This method can be used to cast away Self<'a>โ€™s lifetime. Read more
Sourceยง

fn transform_mut<F>(&'a mut self, f: F)
where F: 'static + for<'b> FnOnce(&'b mut <TimeSymbols<'static> as Yokeable<'a>>::Output),

This method must cast self between &'a mut Self<'static> and &'a mut Self<'a>, and pass it to f. Read more
Sourceยง

impl<'zf, 'zf_inner> ZeroFrom<'zf, TimeSymbols<'zf_inner>> for TimeSymbols<'zf>

Sourceยง

fn zero_from(this: &'zf TimeSymbols<'zf_inner>) -> TimeSymbols<'zf>

Clone the other C into a struct that may retain references into C.
Sourceยง

impl<'data> StructuralPartialEq for TimeSymbols<'data>

Auto Trait Implementationsยง

ยง

impl<'data> Freeze for TimeSymbols<'data>

ยง

impl<'data> RefUnwindSafe for TimeSymbols<'data>

ยง

impl<'data> Send for TimeSymbols<'data>

ยง

impl<'data> Sync for TimeSymbols<'data>

ยง

impl<'data> Unpin for TimeSymbols<'data>

ยง

impl<'data> UnwindSafe for TimeSymbols<'data>

Blanket Implementationsยง

Sourceยง

impl<T> Any for T
where T: 'static + ?Sized,

Sourceยง

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Sourceยง

impl<T> Borrow<T> for T
where T: ?Sized,

Sourceยง

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Sourceยง

impl<T> BorrowMut<T> for T
where T: ?Sized,

Sourceยง

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Sourceยง

impl<T> CloneToUninit for T
where T: Clone,

Sourceยง

unsafe fn clone_to_uninit(&self, dest: *mut u8)

๐Ÿ”ฌThis is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Sourceยง

impl<T> From<T> for T

Sourceยง

fn from(t: T) -> T

Returns the argument unchanged.

Sourceยง

impl<T, U> Into<U> for T
where U: From<T>,

Sourceยง

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Sourceยง

impl<T> IntoEither for T

Sourceยง

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 more
Sourceยง

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

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
Sourceยง

impl<T> ToOwned for T
where T: Clone,

Sourceยง

type Owned = T

The resulting type after obtaining ownership.
Sourceยง

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Sourceยง

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Sourceยง

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Sourceยง

type Error = Infallible

The type returned in the event of a conversion error.
Sourceยง

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Sourceยง

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Sourceยง

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Sourceยง

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Sourceยง

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

Sourceยง

impl<T> ErasedDestructor for T
where T: 'static,