pub struct DuatBase;Expand description
The plugin for duat-base
This plugin will setup forms, hooks, completions, and add a
default parser for BufferOpts.
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