pub enum MethodLotArg {
Fifo,
Lifo,
Hifo,
}Variants§
Trait Implementations§
Source§impl Clone for MethodLotArg
impl Clone for MethodLotArg
Source§fn clone(&self) -> MethodLotArg
fn clone(&self) -> MethodLotArg
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 MethodLotArg
Source§impl From<MethodLotArg> for LotMethod
impl From<MethodLotArg> for LotMethod
Source§fn from(a: MethodLotArg) -> Self
fn from(a: MethodLotArg) -> Self
Converts to this type from the input type.
Source§impl ValueEnum for MethodLotArg
impl ValueEnum for MethodLotArg
Auto Trait Implementations§
impl Freeze for MethodLotArg
impl RefUnwindSafe for MethodLotArg
impl Send for MethodLotArg
impl Sync for MethodLotArg
impl Unpin for MethodLotArg
impl UnsafeUnpin for MethodLotArg
impl UnwindSafe for MethodLotArg
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