pub struct DateTime64Precision(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for DateTime64Precision
impl Clone for DateTime64Precision
Source§fn clone(&self) -> DateTime64Precision
fn clone(&self) -> DateTime64Precision
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 DateTime64Precision
impl Debug for DateTime64Precision
Source§impl PartialEq for DateTime64Precision
impl PartialEq for DateTime64Precision
Source§impl TryFrom<&str> for DateTime64Precision
impl TryFrom<&str> for DateTime64Precision
impl Eq for DateTime64Precision
impl StructuralPartialEq for DateTime64Precision
Auto Trait Implementations§
impl Freeze for DateTime64Precision
impl RefUnwindSafe for DateTime64Precision
impl Send for DateTime64Precision
impl Sync for DateTime64Precision
impl Unpin for DateTime64Precision
impl UnwindSafe for DateTime64Precision
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