pub struct TimeWindowSegment {
pub start: NaiveTime,
pub end: NaiveTime,
}Fields§
§start: NaiveTime§end: NaiveTimeImplementations§
Trait Implementations§
Source§impl Clone for TimeWindowSegment
impl Clone for TimeWindowSegment
Source§fn clone(&self) -> TimeWindowSegment
fn clone(&self) -> TimeWindowSegment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TimeWindowSegment
impl Debug for TimeWindowSegment
Source§impl PartialEq for TimeWindowSegment
impl PartialEq for TimeWindowSegment
Source§fn eq(&self, other: &TimeWindowSegment) -> bool
fn eq(&self, other: &TimeWindowSegment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TimeWindowSegment
impl StructuralPartialEq for TimeWindowSegment
Auto Trait Implementations§
impl Freeze for TimeWindowSegment
impl RefUnwindSafe for TimeWindowSegment
impl Send for TimeWindowSegment
impl Sync for TimeWindowSegment
impl Unpin for TimeWindowSegment
impl UnsafeUnpin for TimeWindowSegment
impl UnwindSafe for TimeWindowSegment
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