pub enum TimestampPolicy {
Strict,
BestEffort,
}Variants§
Trait Implementations§
Source§impl Clone for TimestampPolicy
impl Clone for TimestampPolicy
Source§fn clone(&self) -> TimestampPolicy
fn clone(&self) -> TimestampPolicy
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 TimestampPolicy
impl Debug for TimestampPolicy
Source§impl PartialEq for TimestampPolicy
impl PartialEq for TimestampPolicy
impl Copy for TimestampPolicy
impl Eq for TimestampPolicy
impl StructuralPartialEq for TimestampPolicy
Auto Trait Implementations§
impl Freeze for TimestampPolicy
impl RefUnwindSafe for TimestampPolicy
impl Send for TimestampPolicy
impl Sync for TimestampPolicy
impl Unpin for TimestampPolicy
impl UnsafeUnpin for TimestampPolicy
impl UnwindSafe for TimestampPolicy
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