pub struct WorldCommandLib { /* private fields */ }Expand description
Loadable read-only sim world command library.
Implementations§
Source§impl WorldCommandLib
impl WorldCommandLib
Sourcepub fn new() -> Result<Self, WorldError>
pub fn new() -> Result<Self, WorldError>
Constructs the command library with the qualified bundled providers.
Trait Implementations§
Source§impl Clone for WorldCommandLib
impl Clone for WorldCommandLib
Source§fn clone(&self) -> WorldCommandLib
fn clone(&self) -> WorldCommandLib
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for WorldCommandLib
impl !UnwindSafe for WorldCommandLib
impl Freeze for WorldCommandLib
impl Send for WorldCommandLib
impl Sync for WorldCommandLib
impl Unpin for WorldCommandLib
impl UnsafeUnpin for WorldCommandLib
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