pub struct BundledSkill {
pub name: &'static str,
pub body: &'static str,
}Expand description
A skill embedded into the binary at compile time.
Fields§
§name: &'static str§body: &'static strAuto Trait Implementations§
impl Freeze for BundledSkill
impl RefUnwindSafe for BundledSkill
impl Send for BundledSkill
impl Sync for BundledSkill
impl Unpin for BundledSkill
impl UnsafeUnpin for BundledSkill
impl UnwindSafe for BundledSkill
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