Struct StandardPackage
pub struct StandardPackage(/* private fields */);
Expand description
Standard package containing all built-in features.
§Contents
Implementations§
§impl StandardPackage
impl StandardPackage
pub fn new() -> StandardPackage
pub fn new() -> StandardPackage
Create a new StandardPackage
Trait Implementations§
§impl Default for StandardPackage
impl Default for StandardPackage
§fn default() -> StandardPackage
fn default() -> StandardPackage
Returns the “default value” for a type. Read more
§impl Package for StandardPackage
impl Package for StandardPackage
Get a reference to a shared module from this package.
§fn init_engine(_engine: &mut Engine)
fn init_engine(_engine: &mut Engine)
§fn register_into_engine(&self, engine: &mut Engine) -> &Self
fn register_into_engine(&self, engine: &mut Engine) -> &Self
Auto Trait Implementations§
impl Freeze for StandardPackage
impl !RefUnwindSafe for StandardPackage
impl Send for StandardPackage
impl Sync for StandardPackage
impl Unpin for StandardPackage
impl !UnwindSafe for StandardPackage
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