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