pub struct CivilTimestamp {
pub date: CivilDate,
pub time: CivilTime,
}Expand description
Um carimbo de data/hora civil decodificado de Value::Timestamp.
Fields§
§date: CivilDateParte de data.
time: CivilTimeParte de hora.
Trait Implementations§
Source§impl Clone for CivilTimestamp
impl Clone for CivilTimestamp
Source§fn clone(&self) -> CivilTimestamp
fn clone(&self) -> CivilTimestamp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CivilTimestamp
Source§impl Debug for CivilTimestamp
impl Debug for CivilTimestamp
impl Eq for CivilTimestamp
Source§impl PartialEq for CivilTimestamp
impl PartialEq for CivilTimestamp
Source§fn eq(&self, other: &CivilTimestamp) -> bool
fn eq(&self, other: &CivilTimestamp) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CivilTimestamp
Auto Trait Implementations§
impl Freeze for CivilTimestamp
impl RefUnwindSafe for CivilTimestamp
impl Send for CivilTimestamp
impl Sync for CivilTimestamp
impl Unpin for CivilTimestamp
impl UnsafeUnpin for CivilTimestamp
impl UnwindSafe for CivilTimestamp
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