pub struct DuatBase {
pub default_opts_parser: bool,
}Expand description
The plugin for duat-base
This plugin will setup forms, hooks, completions, and add a
default parser for BufferOpts.
The provided Ns will be used for the DefaultOptsParser.
Fields§
§default_opts_parser: boolWether to enable the default opts parser.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DuatBase
impl RefUnwindSafe for DuatBase
impl Send for DuatBase
impl Sync for DuatBase
impl Unpin for DuatBase
impl UnsafeUnpin for DuatBase
impl UnwindSafe for DuatBase
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