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