pub struct SelectionClearArgs {
pub emit: bool,
pub undo: bool,
}Fields§
§emit: bool§undo: boolTrait Implementations§
Source§impl Clone for SelectionClearArgs
impl Clone for SelectionClearArgs
Source§fn clone(&self) -> SelectionClearArgs
fn clone(&self) -> SelectionClearArgs
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 moreSource§impl Debug for SelectionClearArgs
impl Debug for SelectionClearArgs
Source§impl Default for SelectionClearArgs
impl Default for SelectionClearArgs
Source§impl PartialEq for SelectionClearArgs
impl PartialEq for SelectionClearArgs
Source§fn eq(&self, other: &SelectionClearArgs) -> bool
fn eq(&self, other: &SelectionClearArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SelectionClearArgs
Auto Trait Implementations§
impl Freeze for SelectionClearArgs
impl RefUnwindSafe for SelectionClearArgs
impl Send for SelectionClearArgs
impl Sync for SelectionClearArgs
impl Unpin for SelectionClearArgs
impl UnsafeUnpin for SelectionClearArgs
impl UnwindSafe for SelectionClearArgs
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