pub struct DefaultPlugin;Trait Implementations§
Source§impl KorokPlugin for DefaultPlugin
impl KorokPlugin for DefaultPlugin
fn on_fields_set(&self, visitable: &mut dyn KorokVisitable) -> CodamaResult<()>
fn on_program_items_set( &self, visitable: &mut dyn KorokVisitable, ) -> CodamaResult<()>
fn on_root_node_set( &self, visitable: &mut dyn KorokVisitable, ) -> CodamaResult<()>
fn on_initialized( &self, _visitable: &mut dyn KorokVisitable, ) -> CodamaResult<()>
Auto Trait Implementations§
impl Freeze for DefaultPlugin
impl RefUnwindSafe for DefaultPlugin
impl Send for DefaultPlugin
impl Sync for DefaultPlugin
impl Unpin for DefaultPlugin
impl UnwindSafe for DefaultPlugin
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