pub struct PatternWithTime<Kind>{ /* private fields */ }Implementations§
Trait Implementations§
Source§impl<Kind: Clone> Clone for PatternWithTime<Kind>
impl<Kind: Clone> Clone for PatternWithTime<Kind>
Source§fn clone(&self) -> PatternWithTime<Kind>
fn clone(&self) -> PatternWithTime<Kind>
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<Kind: Debug> Debug for PatternWithTime<Kind>
impl<Kind: Debug> Debug for PatternWithTime<Kind>
Source§impl<'de, Kind> Deserialize<'de> for PatternWithTime<Kind>
impl<'de, Kind> Deserialize<'de> for PatternWithTime<Kind>
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<Kind> Display for PatternWithTime<Kind>
impl<Kind> Display for PatternWithTime<Kind>
impl<Kind: Eq> Eq for PatternWithTime<Kind>
Source§impl Ord for PatternWithTime<LocationPatternKind>
impl Ord for PatternWithTime<LocationPatternKind>
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<Kind: PartialEq> PartialEq for PatternWithTime<Kind>
impl<Kind: PartialEq> PartialEq for PatternWithTime<Kind>
Source§fn eq(&self, other: &PatternWithTime<Kind>) -> bool
fn eq(&self, other: &PatternWithTime<Kind>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<Kind> PartialOrd for PatternWithTime<Kind>
impl<Kind> PartialOrd for PatternWithTime<Kind>
Source§impl<Kind> Serialize for PatternWithTime<Kind>
impl<Kind> Serialize for PatternWithTime<Kind>
impl<Kind> StructuralPartialEq for PatternWithTime<Kind>
Auto Trait Implementations§
impl<Kind> Freeze for PatternWithTime<Kind>
impl<Kind> RefUnwindSafe for PatternWithTime<Kind>
impl<Kind> Send for PatternWithTime<Kind>
impl<Kind> Sync for PatternWithTime<Kind>
impl<Kind> Unpin for PatternWithTime<Kind>
impl<Kind> UnsafeUnpin for PatternWithTime<Kind>
impl<Kind> UnwindSafe for PatternWithTime<Kind>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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