pub struct PluginCollection { /* private fields */ }
Implementations§
Source§impl PluginCollection
impl PluginCollection
pub fn get_as<T>(&mut self, handle: PluginHandle) -> &mut Twhere
T: Any,
Trait Implementations§
Source§impl Default for PluginCollection
impl Default for PluginCollection
Source§fn default() -> PluginCollection
fn default() -> PluginCollection
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PluginCollection
impl !RefUnwindSafe for PluginCollection
impl !Send for PluginCollection
impl !Sync for PluginCollection
impl Unpin for PluginCollection
impl !UnwindSafe for PluginCollection
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