pub struct PointOfInteraction {
pub type_field: String,
pub application_data: ApplicationData,
pub transaction_data: TransactionData,
}Fields§
§type_field: String§application_data: ApplicationData§transaction_data: TransactionDataTrait Implementations§
Source§impl Clone for PointOfInteraction
impl Clone for PointOfInteraction
Source§fn clone(&self) -> PointOfInteraction
fn clone(&self) -> PointOfInteraction
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 PointOfInteraction
impl Debug for PointOfInteraction
Source§impl Default for PointOfInteraction
impl Default for PointOfInteraction
Source§fn default() -> PointOfInteraction
fn default() -> PointOfInteraction
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PointOfInteraction
impl<'de> Deserialize<'de> for PointOfInteraction
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 PointOfInteraction
impl PartialEq for PointOfInteraction
Source§impl Serialize for PointOfInteraction
impl Serialize for PointOfInteraction
impl StructuralPartialEq for PointOfInteraction
Auto Trait Implementations§
impl Freeze for PointOfInteraction
impl RefUnwindSafe for PointOfInteraction
impl Send for PointOfInteraction
impl Sync for PointOfInteraction
impl Unpin for PointOfInteraction
impl UnwindSafe for PointOfInteraction
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