pub struct SkillPackageFile {
pub path: String,
pub content: Vec<u8>,
}Fields§
§path: String§content: Vec<u8>Trait Implementations§
Source§impl Clone for SkillPackageFile
impl Clone for SkillPackageFile
Source§fn clone(&self) -> SkillPackageFile
fn clone(&self) -> SkillPackageFile
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 moreSource§impl Debug for SkillPackageFile
impl Debug for SkillPackageFile
impl Eq for SkillPackageFile
Source§impl PartialEq for SkillPackageFile
impl PartialEq for SkillPackageFile
impl StructuralPartialEq for SkillPackageFile
Auto Trait Implementations§
impl Freeze for SkillPackageFile
impl RefUnwindSafe for SkillPackageFile
impl Send for SkillPackageFile
impl Sync for SkillPackageFile
impl Unpin for SkillPackageFile
impl UnsafeUnpin for SkillPackageFile
impl UnwindSafe for SkillPackageFile
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