pub enum DateTimeFormat {
Rfc3339,
}Expand description
日期时间格式
Variants§
Rfc3339
Trait Implementations§
Source§impl Clone for DateTimeFormat
impl Clone for DateTimeFormat
Source§fn clone(&self) -> DateTimeFormat
fn clone(&self) -> DateTimeFormat
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 DateTimeFormat
impl Debug for DateTimeFormat
Source§impl<'de> Deserialize<'de> for DateTimeFormat
impl<'de> Deserialize<'de> for DateTimeFormat
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 Hash for DateTimeFormat
impl Hash for DateTimeFormat
Source§impl PartialEq for DateTimeFormat
impl PartialEq for DateTimeFormat
Source§impl Serialize for DateTimeFormat
impl Serialize for DateTimeFormat
impl Copy for DateTimeFormat
impl Eq for DateTimeFormat
impl StructuralPartialEq for DateTimeFormat
Auto Trait Implementations§
impl Freeze for DateTimeFormat
impl RefUnwindSafe for DateTimeFormat
impl Send for DateTimeFormat
impl Sync for DateTimeFormat
impl Unpin for DateTimeFormat
impl UnwindSafe for DateTimeFormat
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