pub struct IntentKeyInput {
pub skill_ref: String,
pub runner: String,
pub source_ref: Option<String>,
pub input_overrides: Option<JsonObject>,
}Fields§
§skill_ref: String§runner: String§source_ref: Option<String>§input_overrides: Option<JsonObject>Trait Implementations§
Source§impl Clone for IntentKeyInput
impl Clone for IntentKeyInput
Source§fn clone(&self) -> IntentKeyInput
fn clone(&self) -> IntentKeyInput
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 IntentKeyInput
impl Debug for IntentKeyInput
Source§impl<'de> Deserialize<'de> for IntentKeyInput
impl<'de> Deserialize<'de> for IntentKeyInput
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
Source§impl PartialEq for IntentKeyInput
impl PartialEq for IntentKeyInput
Source§fn eq(&self, other: &IntentKeyInput) -> bool
fn eq(&self, other: &IntentKeyInput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for IntentKeyInput
impl Serialize for IntentKeyInput
impl StructuralPartialEq for IntentKeyInput
Auto Trait Implementations§
impl Freeze for IntentKeyInput
impl RefUnwindSafe for IntentKeyInput
impl Send for IntentKeyInput
impl Sync for IntentKeyInput
impl Unpin for IntentKeyInput
impl UnsafeUnpin for IntentKeyInput
impl UnwindSafe for IntentKeyInput
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