pub struct TimeProfileSegment {
pub start: NaiveTime,
pub end: NaiveTime,
}
Fields§
§start: NaiveTime
§end: NaiveTime
Trait Implementations§
Source§impl Clone for TimeProfileSegment
impl Clone for TimeProfileSegment
Source§fn clone(&self) -> TimeProfileSegment
fn clone(&self) -> TimeProfileSegment
Returns a copy 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 TimeProfileSegment
impl Debug for TimeProfileSegment
impl Copy for TimeProfileSegment
Auto Trait Implementations§
impl Freeze for TimeProfileSegment
impl RefUnwindSafe for TimeProfileSegment
impl Send for TimeProfileSegment
impl Sync for TimeProfileSegment
impl Unpin for TimeProfileSegment
impl UnwindSafe for TimeProfileSegment
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