pub struct CompiledSkillInput {
pub id: String,
pub name: String,
pub value_type: String,
}Expand description
Typed argument accepted by the structured skill subset.
Fields§
§id: String§name: String§value_type: StringTrait Implementations§
Source§impl Clone for CompiledSkillInput
impl Clone for CompiledSkillInput
Source§fn clone(&self) -> CompiledSkillInput
fn clone(&self) -> CompiledSkillInput
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 CompiledSkillInput
impl Debug for CompiledSkillInput
impl Eq for CompiledSkillInput
Source§impl PartialEq for CompiledSkillInput
impl PartialEq for CompiledSkillInput
impl StructuralPartialEq for CompiledSkillInput
Auto Trait Implementations§
impl Freeze for CompiledSkillInput
impl RefUnwindSafe for CompiledSkillInput
impl Send for CompiledSkillInput
impl Sync for CompiledSkillInput
impl Unpin for CompiledSkillInput
impl UnsafeUnpin for CompiledSkillInput
impl UnwindSafe for CompiledSkillInput
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.