pub struct PluginLanding;Expand description
A sample plugin that handles the landing page.
Implementations§
Source§impl PluginLanding
impl PluginLanding
Trait Implementations§
Source§impl Plugin for PluginLanding
impl Plugin for PluginLanding
Auto Trait Implementations§
impl Freeze for PluginLanding
impl RefUnwindSafe for PluginLanding
impl Send for PluginLanding
impl Sync for PluginLanding
impl Unpin for PluginLanding
impl UnsafeUnpin for PluginLanding
impl UnwindSafe for PluginLanding
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