pub struct NoteArgs {
pub key: SpanKey,
pub note: Option<String>,
pub bg: Option<String>,
pub fg: Option<String>,
pub readonly: bool,
pub emit: bool,
pub undo: bool,
pub save_selection: bool,
pub expand: bool,
}Fields§
§key: SpanKey§note: Option<String>§bg: Option<String>§fg: Option<String>§readonly: bool§emit: bool§undo: bool§save_selection: bool§expand: boolTrait Implementations§
impl StructuralPartialEq for NoteArgs
Auto Trait Implementations§
impl Freeze for NoteArgs
impl RefUnwindSafe for NoteArgs
impl Send for NoteArgs
impl Sync for NoteArgs
impl Unpin for NoteArgs
impl UnsafeUnpin for NoteArgs
impl UnwindSafe for NoteArgs
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