Struct freya_core::plugins::PluginsManager  
source · pub struct PluginsManager { /* private fields */ }Implementations§
source§impl PluginsManager
 
impl PluginsManager
pub fn add_plugin(&mut self, plugin: impl FreyaPlugin + 'static)
pub fn send(&mut self, event: PluginEvent<'_>)
Trait Implementations§
source§impl Default for PluginsManager
 
impl Default for PluginsManager
source§fn default() -> PluginsManager
 
fn default() -> PluginsManager
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for PluginsManager
impl !Send for PluginsManager
impl !Sync for PluginsManager
impl Unpin for PluginsManager
impl !UnwindSafe for PluginsManager
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
§impl<T> Instrument for T
 
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
    T: Default,
 
impl<T> NoneValue for Twhere T: Default,
type NoneType = T
§fn null_value() -> T
 
fn null_value() -> T
The none-equivalent value.