pub enum TimestampArg {
None,
Send,
Receive,
Both,
Midpoint,
}Variants§
Trait Implementations§
Source§impl Clone for TimestampArg
impl Clone for TimestampArg
Source§fn clone(&self) -> TimestampArg
fn clone(&self) -> TimestampArg
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 moreSource§impl Debug for TimestampArg
impl Debug for TimestampArg
Source§impl From<TimestampArg> for StampAt
impl From<TimestampArg> for StampAt
Source§fn from(value: TimestampArg) -> Self
fn from(value: TimestampArg) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TimestampArg
impl PartialEq for TimestampArg
Source§fn eq(&self, other: &TimestampArg) -> bool
fn eq(&self, other: &TimestampArg) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ValueEnum for TimestampArg
impl ValueEnum for TimestampArg
impl Copy for TimestampArg
impl Eq for TimestampArg
impl StructuralPartialEq for TimestampArg
Auto Trait Implementations§
impl Freeze for TimestampArg
impl RefUnwindSafe for TimestampArg
impl Send for TimestampArg
impl Sync for TimestampArg
impl Unpin for TimestampArg
impl UnsafeUnpin for TimestampArg
impl UnwindSafe for TimestampArg
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