pub struct SkillBody {
pub name: String,
pub hash: String,
pub body: String,
}Expand description
A loaded skill body (cached by hash).
Fields§
§name: String§hash: String§body: StringTrait Implementations§
impl StructuralPartialEq for SkillBody
Auto Trait Implementations§
impl Freeze for SkillBody
impl RefUnwindSafe for SkillBody
impl Send for SkillBody
impl Sync for SkillBody
impl Unpin for SkillBody
impl UnsafeUnpin for SkillBody
impl UnwindSafe for SkillBody
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