pub struct NoopSkillLoader;Expand description
Noop loader: no skills available.
Trait Implementations§
Source§impl Clone for NoopSkillLoader
impl Clone for NoopSkillLoader
Source§fn clone(&self) -> NoopSkillLoader
fn clone(&self) -> NoopSkillLoader
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 moreimpl Copy for NoopSkillLoader
Source§impl Debug for NoopSkillLoader
impl Debug for NoopSkillLoader
Source§impl Default for NoopSkillLoader
impl Default for NoopSkillLoader
Source§fn default() -> NoopSkillLoader
fn default() -> NoopSkillLoader
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoopSkillLoader
impl RefUnwindSafe for NoopSkillLoader
impl Send for NoopSkillLoader
impl Sync for NoopSkillLoader
impl Unpin for NoopSkillLoader
impl UnsafeUnpin for NoopSkillLoader
impl UnwindSafe for NoopSkillLoader
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