pub struct SetIgnoreInputEvents { /* private fields */ }Expand description
Ignores input events (useful while auditing page).
Implementations§
Trait Implementations§
Source§impl Clone for SetIgnoreInputEvents
impl Clone for SetIgnoreInputEvents
Source§fn clone(&self) -> SetIgnoreInputEvents
fn clone(&self) -> SetIgnoreInputEvents
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 Command for SetIgnoreInputEvents
impl Command for SetIgnoreInputEvents
Source§impl Debug for SetIgnoreInputEvents
impl Debug for SetIgnoreInputEvents
Auto Trait Implementations§
impl Freeze for SetIgnoreInputEvents
impl RefUnwindSafe for SetIgnoreInputEvents
impl Send for SetIgnoreInputEvents
impl Sync for SetIgnoreInputEvents
impl Unpin for SetIgnoreInputEvents
impl UnwindSafe for SetIgnoreInputEvents
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