pub struct RfcDate(/* private fields */);Expand description
Validated RFC 3339 date-time string used by Value::DateTime.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RfcDate
impl<'de> Deserialize<'de> for RfcDate
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
impl Eq for RfcDate
Source§impl Ord for RfcDate
impl Ord for RfcDate
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for RfcDate
impl PartialOrd for RfcDate
impl StructuralPartialEq for RfcDate
Auto Trait Implementations§
impl Freeze for RfcDate
impl RefUnwindSafe for RfcDate
impl Send for RfcDate
impl Sync for RfcDate
impl Unpin for RfcDate
impl UnsafeUnpin for RfcDate
impl UnwindSafe for RfcDate
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.