pub struct InteractionDecision {
pub action_id: String,
pub decision: InteractionDecisionValue,
}Fields§
§action_id: String§decision: InteractionDecisionValueTrait Implementations§
Source§impl Clone for InteractionDecision
impl Clone for InteractionDecision
Source§fn clone(&self) -> InteractionDecision
fn clone(&self) -> InteractionDecision
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 InteractionDecision
impl Debug for InteractionDecision
Source§impl<'de> Deserialize<'de> for InteractionDecision
impl<'de> Deserialize<'de> for InteractionDecision
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 InteractionDecision
Source§impl PartialEq for InteractionDecision
impl PartialEq for InteractionDecision
Source§impl Serialize for InteractionDecision
impl Serialize for InteractionDecision
impl StructuralPartialEq for InteractionDecision
Auto Trait Implementations§
impl Freeze for InteractionDecision
impl RefUnwindSafe for InteractionDecision
impl Send for InteractionDecision
impl Sync for InteractionDecision
impl Unpin for InteractionDecision
impl UnsafeUnpin for InteractionDecision
impl UnwindSafe for InteractionDecision
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