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