pub struct InvocationType(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl InvocationType
impl InvocationType
pub const SKILL_INVOCATION: &'static str = "skill_invocation"
Trait Implementations§
Source§impl Clone for InvocationType
impl Clone for InvocationType
Source§fn clone(&self) -> InvocationType
fn clone(&self) -> InvocationType
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 InvocationType
impl Debug for InvocationType
Source§impl Default for InvocationType
impl Default for InvocationType
Source§fn default() -> InvocationType
fn default() -> InvocationType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InvocationType
impl<'de> Deserialize<'de> for InvocationType
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 Eq for InvocationType
Source§impl PartialEq for InvocationType
impl PartialEq for InvocationType
Source§impl Serialize for InvocationType
impl Serialize for InvocationType
impl StructuralPartialEq for InvocationType
Auto Trait Implementations§
impl Freeze for InvocationType
impl RefUnwindSafe for InvocationType
impl Send for InvocationType
impl Sync for InvocationType
impl Unpin for InvocationType
impl UnsafeUnpin for InvocationType
impl UnwindSafe for InvocationType
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