Struct rive_models::stats::IndexAccess
source · pub struct IndexAccess {
pub ops: i32,
pub since: Timestamp,
}Expand description
Index access information
Fields§
§ops: i32Operations since timestamp
since: TimestampTimestamp at which data keeping begun
Trait Implementations§
source§impl Clone for IndexAccess
impl Clone for IndexAccess
source§fn clone(&self) -> IndexAccess
fn clone(&self) -> IndexAccess
Returns a copy 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 IndexAccess
impl Debug for IndexAccess
source§impl<'de> Deserialize<'de> for IndexAccess
impl<'de> Deserialize<'de> for IndexAccess
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