pub struct RunxExportSkill {
pub name: String,
pub description: String,
pub inputs: BTreeMap<String, RunxExportSkillInput>,
pub abs_dir: PathBuf,
}Fields§
§name: String§description: String§inputs: BTreeMap<String, RunxExportSkillInput>§abs_dir: PathBufTrait Implementations§
Source§impl Clone for RunxExportSkill
impl Clone for RunxExportSkill
Source§fn clone(&self) -> RunxExportSkill
fn clone(&self) -> RunxExportSkill
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 RunxExportSkill
impl Debug for RunxExportSkill
impl Eq for RunxExportSkill
Source§impl PartialEq for RunxExportSkill
impl PartialEq for RunxExportSkill
Source§fn eq(&self, other: &RunxExportSkill) -> bool
fn eq(&self, other: &RunxExportSkill) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RunxExportSkill
Auto Trait Implementations§
impl Freeze for RunxExportSkill
impl RefUnwindSafe for RunxExportSkill
impl Send for RunxExportSkill
impl Sync for RunxExportSkill
impl Unpin for RunxExportSkill
impl UnsafeUnpin for RunxExportSkill
impl UnwindSafe for RunxExportSkill
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.