pub struct SkillLoadedCustomPayload {
pub skill_id: SkillId,
pub skill_name: String,
pub description: Option<String>,
pub task_id: Option<TaskId>,
}Fields§
§skill_id: SkillId§skill_name: String§description: Option<String>§task_id: Option<TaskId>Trait Implementations§
Source§impl Clone for SkillLoadedCustomPayload
impl Clone for SkillLoadedCustomPayload
Source§fn clone(&self) -> SkillLoadedCustomPayload
fn clone(&self) -> SkillLoadedCustomPayload
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 SkillLoadedCustomPayload
impl Debug for SkillLoadedCustomPayload
Source§impl<'de> Deserialize<'de> for SkillLoadedCustomPayload
impl<'de> Deserialize<'de> for SkillLoadedCustomPayload
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 SkillLoadedCustomPayload
impl RefUnwindSafe for SkillLoadedCustomPayload
impl Send for SkillLoadedCustomPayload
impl Sync for SkillLoadedCustomPayload
impl Unpin for SkillLoadedCustomPayload
impl UnwindSafe for SkillLoadedCustomPayload
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