pub struct KeywordSkillCardInvocation {
pub type: InvocationType,
pub id: String,
}Fields§
§type: InvocationType§id: StringTrait Implementations§
Source§impl Clone for KeywordSkillCardInvocation
impl Clone for KeywordSkillCardInvocation
Source§fn clone(&self) -> KeywordSkillCardInvocation
fn clone(&self) -> KeywordSkillCardInvocation
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 KeywordSkillCardInvocation
impl Debug for KeywordSkillCardInvocation
Source§impl Default for KeywordSkillCardInvocation
impl Default for KeywordSkillCardInvocation
Source§fn default() -> KeywordSkillCardInvocation
fn default() -> KeywordSkillCardInvocation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KeywordSkillCardInvocation
impl<'de> Deserialize<'de> for KeywordSkillCardInvocation
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
impl StructuralPartialEq for KeywordSkillCardInvocation
Auto Trait Implementations§
impl Freeze for KeywordSkillCardInvocation
impl RefUnwindSafe for KeywordSkillCardInvocation
impl Send for KeywordSkillCardInvocation
impl Sync for KeywordSkillCardInvocation
impl Unpin for KeywordSkillCardInvocation
impl UnsafeUnpin for KeywordSkillCardInvocation
impl UnwindSafe for KeywordSkillCardInvocation
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