pub struct ConversionEventItemsInner {
pub id: Option<String>,
pub name: Option<String>,
pub price: Option<f64>,
pub quantity: Option<i32>,
pub category: Option<String>,
}Fields§
§id: Option<String>§name: Option<String>§price: Option<f64>§quantity: Option<i32>§category: Option<String>Implementations§
Source§impl ConversionEventItemsInner
impl ConversionEventItemsInner
pub fn new() -> ConversionEventItemsInner
Trait Implementations§
Source§impl Clone for ConversionEventItemsInner
impl Clone for ConversionEventItemsInner
Source§fn clone(&self) -> ConversionEventItemsInner
fn clone(&self) -> ConversionEventItemsInner
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 ConversionEventItemsInner
impl Debug for ConversionEventItemsInner
Source§impl Default for ConversionEventItemsInner
impl Default for ConversionEventItemsInner
Source§fn default() -> ConversionEventItemsInner
fn default() -> ConversionEventItemsInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConversionEventItemsInner
impl<'de> Deserialize<'de> for ConversionEventItemsInner
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 ConversionEventItemsInner
impl PartialEq for ConversionEventItemsInner
Source§fn eq(&self, other: &ConversionEventItemsInner) -> bool
fn eq(&self, other: &ConversionEventItemsInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConversionEventItemsInner
Auto Trait Implementations§
impl Freeze for ConversionEventItemsInner
impl RefUnwindSafe for ConversionEventItemsInner
impl Send for ConversionEventItemsInner
impl Sync for ConversionEventItemsInner
impl Unpin for ConversionEventItemsInner
impl UnsafeUnpin for ConversionEventItemsInner
impl UnwindSafe for ConversionEventItemsInner
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