pub struct PropertiesDeltas {
pub session_time: Option<f32>,
pub session_count: Option<f32>,
pub purchases: Option<Vec<Purchase>>,
}Fields§
§session_time: Option<f32>§session_count: Option<f32>§purchases: Option<Vec<Purchase>>Implementations§
Source§impl PropertiesDeltas
impl PropertiesDeltas
pub fn new() -> PropertiesDeltas
Trait Implementations§
Source§impl Clone for PropertiesDeltas
impl Clone for PropertiesDeltas
Source§fn clone(&self) -> PropertiesDeltas
fn clone(&self) -> PropertiesDeltas
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 PropertiesDeltas
impl Debug for PropertiesDeltas
Source§impl Default for PropertiesDeltas
impl Default for PropertiesDeltas
Source§fn default() -> PropertiesDeltas
fn default() -> PropertiesDeltas
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PropertiesDeltas
impl<'de> Deserialize<'de> for PropertiesDeltas
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 PropertiesDeltas
impl PartialEq for PropertiesDeltas
Source§impl Serialize for PropertiesDeltas
impl Serialize for PropertiesDeltas
impl StructuralPartialEq for PropertiesDeltas
Auto Trait Implementations§
impl Freeze for PropertiesDeltas
impl RefUnwindSafe for PropertiesDeltas
impl Send for PropertiesDeltas
impl Sync for PropertiesDeltas
impl Unpin for PropertiesDeltas
impl UnwindSafe for PropertiesDeltas
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