pub struct SkillState {
pub enabled: bool,
pub installed_at: String,
pub last_modified: String,
}Fields§
§enabled: bool§installed_at: String§last_modified: StringTrait Implementations§
Source§impl Clone for SkillState
impl Clone for SkillState
Source§fn clone(&self) -> SkillState
fn clone(&self) -> SkillState
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 SkillState
impl Debug for SkillState
Source§impl Default for SkillState
impl Default for SkillState
Source§impl<'de> Deserialize<'de> for SkillState
impl<'de> Deserialize<'de> for SkillState
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 SkillState
impl RefUnwindSafe for SkillState
impl Send for SkillState
impl Sync for SkillState
impl Unpin for SkillState
impl UnsafeUnpin for SkillState
impl UnwindSafe for SkillState
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