pub struct BoltTime { /* private fields */ }
Trait Implementations§
source§impl From<(NaiveTime, FixedOffset)> for BoltTime
impl From<(NaiveTime, FixedOffset)> for BoltTime
source§fn from(value: (NaiveTime, FixedOffset)) -> Self
fn from(value: (NaiveTime, FixedOffset)) -> Self
Converts to this type from the input type.
source§impl PartialEq for BoltTime
impl PartialEq for BoltTime
impl Eq for BoltTime
impl StructuralPartialEq for BoltTime
Auto Trait Implementations§
impl RefUnwindSafe for BoltTime
impl Send for BoltTime
impl Sync for BoltTime
impl Unpin for BoltTime
impl UnwindSafe for BoltTime
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