pub struct RFC3339DateTime(/* private fields */);Trait Implementations§
Source§impl Clone for RFC3339DateTime
impl Clone for RFC3339DateTime
Source§fn clone(&self) -> RFC3339DateTime
fn clone(&self) -> RFC3339DateTime
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RFC3339DateTime
impl Debug for RFC3339DateTime
Source§impl Default for RFC3339DateTime
impl Default for RFC3339DateTime
Source§impl<'de> Deserialize<'de> for RFC3339DateTime
impl<'de> Deserialize<'de> for RFC3339DateTime
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 From<RFC3339DateTime> for String
impl From<RFC3339DateTime> for String
Source§fn from(value: RFC3339DateTime) -> Self
fn from(value: RFC3339DateTime) -> Self
Converts to this type from the input type.
Source§impl From<String> for RFC3339DateTime
impl From<String> for RFC3339DateTime
Source§impl PartialEq for RFC3339DateTime
impl PartialEq for RFC3339DateTime
Source§impl Serialize for RFC3339DateTime
impl Serialize for RFC3339DateTime
impl Eq for RFC3339DateTime
impl StructuralPartialEq for RFC3339DateTime
Auto Trait Implementations§
impl Freeze for RFC3339DateTime
impl RefUnwindSafe for RFC3339DateTime
impl Send for RFC3339DateTime
impl Sync for RFC3339DateTime
impl Unpin for RFC3339DateTime
impl UnwindSafe for RFC3339DateTime
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)