pub struct ClockTimeFrame {
pub start: ClockTime,
pub end: ClockTime,
}Fields§
§start: ClockTime§end: ClockTimeImplementations§
Trait Implementations§
Source§impl Clone for ClockTimeFrame
impl Clone for ClockTimeFrame
Source§fn clone(&self) -> ClockTimeFrame
fn clone(&self) -> ClockTimeFrame
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 ClockTimeFrame
impl Debug for ClockTimeFrame
Source§impl FromStr for ClockTimeFrame
impl FromStr for ClockTimeFrame
Source§impl PartialEq for ClockTimeFrame
impl PartialEq for ClockTimeFrame
Source§impl Serialize for ClockTimeFrame
impl Serialize for ClockTimeFrame
impl Copy for ClockTimeFrame
impl StructuralPartialEq for ClockTimeFrame
Auto Trait Implementations§
impl Freeze for ClockTimeFrame
impl RefUnwindSafe for ClockTimeFrame
impl Send for ClockTimeFrame
impl Sync for ClockTimeFrame
impl Unpin for ClockTimeFrame
impl UnwindSafe for ClockTimeFrame
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