pub struct FsPlugin { /* private fields */ }Expand description
Plugin builder installed via Plugin::install.
Implementations§
Trait Implementations§
Source§impl Plugin for FsPlugin
impl Plugin for FsPlugin
Source§fn id(&self) -> &'static str
fn id(&self) -> &'static str
Stable plugin identifier used for dependency checks and
crate::App::has_plugin. Read moreSource§fn meta(&self) -> PluginMeta
fn meta(&self) -> PluginMeta
Display name, description, and declared
PluginMeta::sdk version.Auto Trait Implementations§
impl Freeze for FsPlugin
impl RefUnwindSafe for FsPlugin
impl Send for FsPlugin
impl Sync for FsPlugin
impl Unpin for FsPlugin
impl UnsafeUnpin for FsPlugin
impl UnwindSafe for FsPlugin
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