Struct servers::server::PLUGINS_MANAGER
source · [−]pub struct PLUGINS_MANAGER { /* private fields */ }
Expand description
Plugin manager, where you can find loaded plugins, commands and events
Trait Implementations
sourceimpl Deref for PLUGINS_MANAGER
impl Deref for PLUGINS_MANAGER
type Target = Arc<PluginsManager>
type Target = Arc<PluginsManager>
The resulting type after dereferencing.
sourcefn deref(&self) -> &PluginsManagerType
fn deref(&self) -> &PluginsManagerType
Dereferences the value.
impl LazyStatic for PLUGINS_MANAGER
Auto Trait Implementations
impl RefUnwindSafe for PLUGINS_MANAGER
impl Send for PLUGINS_MANAGER
impl Sync for PLUGINS_MANAGER
impl Unpin for PLUGINS_MANAGER
impl UnwindSafe for PLUGINS_MANAGER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more