Struct uhppote_rs::TimeProfileSegment
source · [−]Fields
start: NaiveTime
end: NaiveTime
Trait Implementations
sourceimpl Clone for TimeProfileSegment
impl Clone for TimeProfileSegment
sourcefn clone(&self) -> TimeProfileSegment
fn clone(&self) -> TimeProfileSegment
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TimeProfileSegment
impl Debug for TimeProfileSegment
impl Copy for TimeProfileSegment
Auto Trait Implementations
impl RefUnwindSafe for TimeProfileSegment
impl Send for TimeProfileSegment
impl Sync for TimeProfileSegment
impl Unpin for TimeProfileSegment
impl UnwindSafe for TimeProfileSegment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more