pub struct AutoPluginContext {
pub register_types: HashSet<String>,
pub add_events: HashSet<String>,
pub init_resources: HashSet<String>,
pub auto_names: HashSet<String>,
}Fields§
§register_types: HashSet<String>§add_events: HashSet<String>§init_resources: HashSet<String>§auto_names: HashSet<String>Trait Implementations§
Source§impl Default for AutoPluginContext
impl Default for AutoPluginContext
Source§fn default() -> AutoPluginContext
fn default() -> AutoPluginContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AutoPluginContext
impl RefUnwindSafe for AutoPluginContext
impl Send for AutoPluginContext
impl Sync for AutoPluginContext
impl Unpin for AutoPluginContext
impl UnwindSafe for AutoPluginContext
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