pub enum TimeWindowAlignment {
Disabled,
AlignToNextWindow,
}Variants§
Trait Implementations§
Source§impl Clone for TimeWindowAlignment
impl Clone for TimeWindowAlignment
Source§fn clone(&self) -> TimeWindowAlignment
fn clone(&self) -> TimeWindowAlignment
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 moreimpl Copy for TimeWindowAlignment
Source§impl Debug for TimeWindowAlignment
impl Debug for TimeWindowAlignment
Source§impl Default for TimeWindowAlignment
impl Default for TimeWindowAlignment
Source§fn default() -> TimeWindowAlignment
fn default() -> TimeWindowAlignment
Returns the “default value” for a type. Read more
impl Eq for TimeWindowAlignment
Source§impl PartialEq for TimeWindowAlignment
impl PartialEq for TimeWindowAlignment
Source§fn eq(&self, other: &TimeWindowAlignment) -> bool
fn eq(&self, other: &TimeWindowAlignment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TimeWindowAlignment
Auto Trait Implementations§
impl Freeze for TimeWindowAlignment
impl RefUnwindSafe for TimeWindowAlignment
impl Send for TimeWindowAlignment
impl Sync for TimeWindowAlignment
impl Unpin for TimeWindowAlignment
impl UnsafeUnpin for TimeWindowAlignment
impl UnwindSafe for TimeWindowAlignment
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