pub struct UserSkillDetail {
pub slug: Slug,
pub name: String,
pub level: f64,
}
Fields§
§slug: Slug
§name: String
§level: f64
Trait Implementations§
Source§impl Clone for UserSkillDetail
impl Clone for UserSkillDetail
Source§fn clone(&self) -> UserSkillDetail
fn clone(&self) -> UserSkillDetail
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 UserSkillDetail
impl Debug for UserSkillDetail
Source§impl<'de> Deserialize<'de> for UserSkillDetail
impl<'de> Deserialize<'de> for UserSkillDetail
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 UserSkillDetail
impl PartialEq for UserSkillDetail
impl StructuralPartialEq for UserSkillDetail
Auto Trait Implementations§
impl Freeze for UserSkillDetail
impl RefUnwindSafe for UserSkillDetail
impl Send for UserSkillDetail
impl Sync for UserSkillDetail
impl Unpin for UserSkillDetail
impl UnwindSafe for UserSkillDetail
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