pub struct ItemActionStat {
pub action_count: i32,
pub actor_count: i32,
}
Fields§
§action_count: i32
§actor_count: i32
Trait Implementations§
Source§impl Clone for ItemActionStat
impl Clone for ItemActionStat
Source§fn clone(&self) -> ItemActionStat
fn clone(&self) -> ItemActionStat
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 ItemActionStat
impl Debug for ItemActionStat
Source§impl<'de> Deserialize<'de> for ItemActionStat
impl<'de> Deserialize<'de> for ItemActionStat
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 ItemActionStat
impl PartialEq for ItemActionStat
Source§impl Serialize for ItemActionStat
impl Serialize for ItemActionStat
impl Eq for ItemActionStat
impl StructuralPartialEq for ItemActionStat
Auto Trait Implementations§
impl Freeze for ItemActionStat
impl RefUnwindSafe for ItemActionStat
impl Send for ItemActionStat
impl Sync for ItemActionStat
impl Unpin for ItemActionStat
impl UnwindSafe for ItemActionStat
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