pub struct PluginSet { /* private fields */ }Expand description
Builder + container for the plugins an EditorState runs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PluginSet
impl !UnwindSafe for PluginSet
impl Freeze for PluginSet
impl Send for PluginSet
impl Sync for PluginSet
impl Unpin for PluginSet
impl UnsafeUnpin for PluginSet
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