pub struct SpringEventDuration(/* private fields */);
Expand description
Event-time duration.
Trait Implementations§
Source§impl Add for SpringEventDuration
impl Add for SpringEventDuration
Source§type Output = SpringEventDuration
type Output = SpringEventDuration
The resulting type after applying the
+
operator.Source§impl Clone for SpringEventDuration
impl Clone for SpringEventDuration
Source§fn clone(&self) -> SpringEventDuration
fn clone(&self) -> SpringEventDuration
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 SpringEventDuration
impl Debug for SpringEventDuration
Source§impl Display for SpringEventDuration
impl Display for SpringEventDuration
Source§impl Div<u32> for SpringEventDuration
impl Div<u32> for SpringEventDuration
Source§impl Hash for SpringEventDuration
impl Hash for SpringEventDuration
Source§impl Mul<f32> for SpringEventDuration
impl Mul<f32> for SpringEventDuration
Source§impl Mul<u32> for SpringEventDuration
impl Mul<u32> for SpringEventDuration
Source§impl Ord for SpringEventDuration
impl Ord for SpringEventDuration
Source§fn cmp(&self, other: &SpringEventDuration) -> Ordering
fn cmp(&self, other: &SpringEventDuration) -> Ordering
1.21.0 · 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 PartialEq for SpringEventDuration
impl PartialEq for SpringEventDuration
Source§impl PartialOrd for SpringEventDuration
impl PartialOrd for SpringEventDuration
Source§impl SpringValue for SpringEventDuration
impl SpringValue for SpringEventDuration
Source§fn try_from_duration(v: &SpringEventDuration) -> Result<Self>
fn try_from_duration(v: &SpringEventDuration) -> Result<Self>
Failures Read more
Source§fn into_sql_value(self) -> SqlValue
fn into_sql_value(self) -> SqlValue
Convert Rust type into strictly-matching SQL type.
Source§fn try_from_timestamp(_: &SpringTimestamp) -> Result<Self>
fn try_from_timestamp(_: &SpringTimestamp) -> Result<Self>
Failures Read more
Source§impl Sub for SpringEventDuration
impl Sub for SpringEventDuration
Source§type Output = SpringEventDuration
type Output = SpringEventDuration
The resulting type after applying the
-
operator.impl Copy for SpringEventDuration
impl Eq for SpringEventDuration
impl StructuralPartialEq for SpringEventDuration
Auto Trait Implementations§
impl Freeze for SpringEventDuration
impl RefUnwindSafe for SpringEventDuration
impl Send for SpringEventDuration
impl Sync for SpringEventDuration
impl Unpin for SpringEventDuration
impl UnwindSafe for SpringEventDuration
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
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.