Struct kittycad_modeling_cmds::datetime::DateTimeLocal
source · pub struct DateTimeLocal { /* private fields */ }
Expand description
A wrapper for chrono types, since we need to impl Value for them.
Trait Implementations§
source§impl Clone for DateTimeLocal
impl Clone for DateTimeLocal
source§fn clone(&self) -> DateTimeLocal
fn clone(&self) -> DateTimeLocal
Returns a copy 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 DateTimeLocal
impl Debug for DateTimeLocal
source§impl Hash for DateTimeLocal
impl Hash for DateTimeLocal
source§impl PartialEq for DateTimeLocal
impl PartialEq for DateTimeLocal
source§fn eq(&self, other: &DateTimeLocal) -> bool
fn eq(&self, other: &DateTimeLocal) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Value for DateTimeLocal
impl Value for DateTimeLocal
source§fn from_parts<I>(values: &mut I) -> Result<(Self, usize), MemoryError>
fn from_parts<I>(values: &mut I) -> Result<(Self, usize), MemoryError>
Read the value from memory.
source§fn into_parts(self) -> Vec<Primitive>
fn into_parts(self) -> Vec<Primitive>
Store the value in memory.
impl Eq for DateTimeLocal
impl StructuralPartialEq for DateTimeLocal
Auto Trait Implementations§
impl Freeze for DateTimeLocal
impl RefUnwindSafe for DateTimeLocal
impl Send for DateTimeLocal
impl Sync for DateTimeLocal
impl Unpin for DateTimeLocal
impl UnwindSafe for DateTimeLocal
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