pub struct EmbeddedSkill {
pub skill_md: String,
pub files: Vec<(PathBuf, Vec<u8>)>,
}Fields§
§skill_md: String§files: Vec<(PathBuf, Vec<u8>)>Trait Implementations§
Source§impl Clone for EmbeddedSkill
impl Clone for EmbeddedSkill
Source§fn clone(&self) -> EmbeddedSkill
fn clone(&self) -> EmbeddedSkill
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EmbeddedSkill
impl RefUnwindSafe for EmbeddedSkill
impl Send for EmbeddedSkill
impl Sync for EmbeddedSkill
impl Unpin for EmbeddedSkill
impl UnsafeUnpin for EmbeddedSkill
impl UnwindSafe for EmbeddedSkill
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