pub enum TimestampFormatDto {
Iso8601,
UnixSeconds,
UnixMillis,
UnixNanos,
}Variants§
Trait Implementations§
Source§impl Clone for TimestampFormatDto
impl Clone for TimestampFormatDto
Source§fn clone(&self) -> TimestampFormatDto
fn clone(&self) -> TimestampFormatDto
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 TimestampFormatDto
impl Debug for TimestampFormatDto
Source§impl<'de> Deserialize<'de> for TimestampFormatDto
impl<'de> Deserialize<'de> for TimestampFormatDto
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TimestampFormatDto
impl PartialEq for TimestampFormatDto
Source§impl Serialize for TimestampFormatDto
impl Serialize for TimestampFormatDto
Source§impl<'__s> ToSchema<'__s> for TimestampFormatDto
impl<'__s> ToSchema<'__s> for TimestampFormatDto
impl StructuralPartialEq for TimestampFormatDto
Auto Trait Implementations§
impl Freeze for TimestampFormatDto
impl RefUnwindSafe for TimestampFormatDto
impl Send for TimestampFormatDto
impl Sync for TimestampFormatDto
impl Unpin for TimestampFormatDto
impl UnsafeUnpin for TimestampFormatDto
impl UnwindSafe for TimestampFormatDto
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