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