pub struct TypeIntervalDay { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for TypeIntervalDay
impl Clone for TypeIntervalDay
Source§fn clone(&self) -> TypeIntervalDay
fn clone(&self) -> TypeIntervalDay
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TypeIntervalDay
impl Debug for TypeIntervalDay
Source§impl Default for TypeIntervalDay
impl Default for TypeIntervalDay
Source§impl From<TypeIntervalDay> for TypeIntervalDay
impl From<TypeIntervalDay> for TypeIntervalDay
Source§fn from(value: TypeIntervalDay) -> Self
fn from(value: TypeIntervalDay) -> Self
Converts to this type from the input type.
Source§impl TryFrom<TypeIntervalDay> for TypeIntervalDay
impl TryFrom<TypeIntervalDay> for TypeIntervalDay
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: TypeIntervalDay) -> Result<Self, ConversionError>
fn try_from(value: TypeIntervalDay) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for TypeIntervalDay
impl RefUnwindSafe for TypeIntervalDay
impl Send for TypeIntervalDay
impl Sync for TypeIntervalDay
impl Unpin for TypeIntervalDay
impl UnwindSafe for TypeIntervalDay
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