pub struct SimpleSkillExecutor;Implementations§
Trait Implementations§
Source§impl Default for SimpleSkillExecutor
impl Default for SimpleSkillExecutor
Auto Trait Implementations§
impl Freeze for SimpleSkillExecutor
impl RefUnwindSafe for SimpleSkillExecutor
impl Send for SimpleSkillExecutor
impl Sync for SimpleSkillExecutor
impl Unpin for SimpleSkillExecutor
impl UnsafeUnpin for SimpleSkillExecutor
impl UnwindSafe for SimpleSkillExecutor
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