pub struct SkillUpdate {
pub section: String,
pub change: String,
pub reason: String,
}Expand description
A skill update suggestion
Fields§
§section: String§change: String§reason: StringTrait Implementations§
Source§impl Clone for SkillUpdate
impl Clone for SkillUpdate
Source§fn clone(&self) -> SkillUpdate
fn clone(&self) -> SkillUpdate
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 SkillUpdate
impl Debug for SkillUpdate
Source§impl<'de> Deserialize<'de> for SkillUpdate
impl<'de> Deserialize<'de> for SkillUpdate
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 SkillUpdate
impl RefUnwindSafe for SkillUpdate
impl Send for SkillUpdate
impl Sync for SkillUpdate
impl Unpin for SkillUpdate
impl UnsafeUnpin for SkillUpdate
impl UnwindSafe for SkillUpdate
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