#[repr(u8)]pub enum TurnaroundPeriod {
Cycles1 = 0,
Cycles2 = 1,
Cycles3 = 2,
Cycles4 = 3,
}Expand description
Turn around period configuration.
Variants§
Trait Implementations§
Source§impl Clone for TurnaroundPeriod
impl Clone for TurnaroundPeriod
Source§fn clone(&self) -> TurnaroundPeriod
fn clone(&self) -> TurnaroundPeriod
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 TurnaroundPeriod
impl Debug for TurnaroundPeriod
Source§impl PartialEq for TurnaroundPeriod
impl PartialEq for TurnaroundPeriod
Source§impl TryFrom<u8> for TurnaroundPeriod
impl TryFrom<u8> for TurnaroundPeriod
Source§type Error = TryFromPrimitiveError<TurnaroundPeriod>
type Error = TryFromPrimitiveError<TurnaroundPeriod>
The type returned in the event of a conversion error.
Source§impl TryFromPrimitive for TurnaroundPeriod
impl TryFromPrimitive for TurnaroundPeriod
impl Copy for TurnaroundPeriod
impl Eq for TurnaroundPeriod
impl StructuralPartialEq for TurnaroundPeriod
Auto Trait Implementations§
impl Freeze for TurnaroundPeriod
impl RefUnwindSafe for TurnaroundPeriod
impl Send for TurnaroundPeriod
impl Sync for TurnaroundPeriod
impl Unpin for TurnaroundPeriod
impl UnwindSafe for TurnaroundPeriod
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