pub struct TimeOfDay { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TimeOfDay
impl<'de> Deserialize<'de> for TimeOfDay
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<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime AstLiteral> for &'__deriveMoreLifetime TimeOfDay
impl<'__deriveMoreLifetime> TryFrom<&'__deriveMoreLifetime AstLiteral> for &'__deriveMoreLifetime TimeOfDay
Source§type Error = TryIntoError<&'__deriveMoreLifetime AstLiteral>
type Error = TryIntoError<&'__deriveMoreLifetime AstLiteral>
The type returned in the event of a conversion error.
Source§impl TryFrom<AstLiteral> for TimeOfDay
impl TryFrom<AstLiteral> for TimeOfDay
Source§type Error = TryIntoError<AstLiteral>
type Error = TryIntoError<AstLiteral>
The type returned in the event of a conversion error.
impl StructuralPartialEq for TimeOfDay
Auto Trait Implementations§
impl Freeze for TimeOfDay
impl RefUnwindSafe for TimeOfDay
impl Send for TimeOfDay
impl Sync for TimeOfDay
impl Unpin for TimeOfDay
impl UnsafeUnpin for TimeOfDay
impl UnwindSafe for TimeOfDay
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