pub enum GSAOperationMode {
Manual,
Automatic,
}Expand description
GSA command operation mode
Variants§
Trait Implementations§
Source§impl Clone for GSAOperationMode
impl Clone for GSAOperationMode
Source§fn clone(&self) -> GSAOperationMode
fn clone(&self) -> GSAOperationMode
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 GSAOperationMode
impl Debug for GSAOperationMode
Source§impl PartialEq for GSAOperationMode
impl PartialEq for GSAOperationMode
impl StructuralPartialEq for GSAOperationMode
Auto Trait Implementations§
impl Freeze for GSAOperationMode
impl RefUnwindSafe for GSAOperationMode
impl Send for GSAOperationMode
impl Sync for GSAOperationMode
impl Unpin for GSAOperationMode
impl UnwindSafe for GSAOperationMode
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