pub struct SkillDependencies {
pub tools: Vec<SkillToolDependency>,
}Fields§
§tools: Vec<SkillToolDependency>Trait Implementations§
Source§impl Clone for SkillDependencies
impl Clone for SkillDependencies
Source§fn clone(&self) -> SkillDependencies
fn clone(&self) -> SkillDependencies
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 moreSource§impl Debug for SkillDependencies
impl Debug for SkillDependencies
Source§impl<'de> Deserialize<'de> for SkillDependencies
impl<'de> Deserialize<'de> for SkillDependencies
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SkillDependencies
impl PartialEq for SkillDependencies
Source§impl Serialize for SkillDependencies
impl Serialize for SkillDependencies
impl Eq for SkillDependencies
impl StructuralPartialEq for SkillDependencies
Auto Trait Implementations§
impl Freeze for SkillDependencies
impl RefUnwindSafe for SkillDependencies
impl Send for SkillDependencies
impl Sync for SkillDependencies
impl Unpin for SkillDependencies
impl UnsafeUnpin for SkillDependencies
impl UnwindSafe for SkillDependencies
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