pub struct SmoothTime {
pub option: SmoothTimeOption,
}Fields§
§option: SmoothTimeOptionTrait Implementations§
Source§impl Clone for SmoothTime
impl Clone for SmoothTime
Source§fn clone(&self) -> SmoothTime
fn clone(&self) -> SmoothTime
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 SmoothTime
impl Debug for SmoothTime
Source§impl Hash for SmoothTime
impl Hash for SmoothTime
Source§impl Ord for SmoothTime
impl Ord for SmoothTime
Source§fn cmp(&self, other: &SmoothTime) -> Ordering
fn cmp(&self, other: &SmoothTime) -> 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 SmoothTime
impl PartialEq for SmoothTime
Source§impl PartialOrd for SmoothTime
impl PartialOrd for SmoothTime
impl Copy for SmoothTime
impl Eq for SmoothTime
impl StructuralPartialEq for SmoothTime
Auto Trait Implementations§
impl Freeze for SmoothTime
impl RefUnwindSafe for SmoothTime
impl Send for SmoothTime
impl Sync for SmoothTime
impl Unpin for SmoothTime
impl UnwindSafe for SmoothTime
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