pub struct SkillIndexEntry {
pub id: String,
pub name: String,
pub description: String,
}Fields§
§id: String§name: String§description: StringTrait Implementations§
Source§impl Clone for SkillIndexEntry
impl Clone for SkillIndexEntry
Source§fn clone(&self) -> SkillIndexEntry
fn clone(&self) -> SkillIndexEntry
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 SkillIndexEntry
impl Debug for SkillIndexEntry
Source§impl<'de> Deserialize<'de> for SkillIndexEntry
impl<'de> Deserialize<'de> for SkillIndexEntry
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
Auto Trait Implementations§
impl Freeze for SkillIndexEntry
impl RefUnwindSafe for SkillIndexEntry
impl Send for SkillIndexEntry
impl Sync for SkillIndexEntry
impl Unpin for SkillIndexEntry
impl UnsafeUnpin for SkillIndexEntry
impl UnwindSafe for SkillIndexEntry
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