pub struct SkillV2EmbeddedSource {
pub skill: SkillV2Info,
pub type_: String,
}Fields§
§skill: SkillV2Info§type_: StringTrait Implementations§
Source§impl Clone for SkillV2EmbeddedSource
impl Clone for SkillV2EmbeddedSource
Source§fn clone(&self) -> SkillV2EmbeddedSource
fn clone(&self) -> SkillV2EmbeddedSource
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 SkillV2EmbeddedSource
impl Debug for SkillV2EmbeddedSource
Source§impl<'de> Deserialize<'de> for SkillV2EmbeddedSource
impl<'de> Deserialize<'de> for SkillV2EmbeddedSource
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 SkillV2EmbeddedSource
impl PartialEq for SkillV2EmbeddedSource
Source§impl Serialize for SkillV2EmbeddedSource
impl Serialize for SkillV2EmbeddedSource
impl StructuralPartialEq for SkillV2EmbeddedSource
Auto Trait Implementations§
impl Freeze for SkillV2EmbeddedSource
impl RefUnwindSafe for SkillV2EmbeddedSource
impl Send for SkillV2EmbeddedSource
impl Sync for SkillV2EmbeddedSource
impl Unpin for SkillV2EmbeddedSource
impl UnsafeUnpin for SkillV2EmbeddedSource
impl UnwindSafe for SkillV2EmbeddedSource
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