pub struct SetAutoModeArgs {
pub mode: AutomationMode,
}Fields§
§mode: AutomationModeTrait Implementations§
Source§impl Clone for SetAutoModeArgs
impl Clone for SetAutoModeArgs
Source§fn clone(&self) -> SetAutoModeArgs
fn clone(&self) -> SetAutoModeArgs
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 SetAutoModeArgs
impl Debug for SetAutoModeArgs
Source§impl Hash for SetAutoModeArgs
impl Hash for SetAutoModeArgs
Source§impl PartialEq for SetAutoModeArgs
impl PartialEq for SetAutoModeArgs
impl Copy for SetAutoModeArgs
impl Eq for SetAutoModeArgs
impl StructuralPartialEq for SetAutoModeArgs
Auto Trait Implementations§
impl Freeze for SetAutoModeArgs
impl RefUnwindSafe for SetAutoModeArgs
impl Send for SetAutoModeArgs
impl Sync for SetAutoModeArgs
impl Unpin for SetAutoModeArgs
impl UnwindSafe for SetAutoModeArgs
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