pub struct MinutesFuture(/* private fields */);Expand description
Positive future-minute window used by Gingr back-of-house operational views.
Implementations§
Trait Implementations§
Source§impl Clone for MinutesFuture
impl Clone for MinutesFuture
Source§fn clone(&self) -> MinutesFuture
fn clone(&self) -> MinutesFuture
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 MinutesFuture
impl Debug for MinutesFuture
Source§impl Display for MinutesFuture
impl Display for MinutesFuture
Source§impl PartialEq for MinutesFuture
impl PartialEq for MinutesFuture
impl Copy for MinutesFuture
impl Eq for MinutesFuture
impl StructuralPartialEq for MinutesFuture
Auto Trait Implementations§
impl Freeze for MinutesFuture
impl RefUnwindSafe for MinutesFuture
impl Send for MinutesFuture
impl Sync for MinutesFuture
impl Unpin for MinutesFuture
impl UnsafeUnpin for MinutesFuture
impl UnwindSafe for MinutesFuture
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