pub struct PlayStatisticsSpec {
pub entries: CountedArray<Statistic, VarInt>,
}
Fields§
§entries: CountedArray<Statistic, VarInt>
Trait Implementations§
Source§impl Clone for PlayStatisticsSpec
impl Clone for PlayStatisticsSpec
Source§fn clone(&self) -> PlayStatisticsSpec
fn clone(&self) -> PlayStatisticsSpec
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 PlayStatisticsSpec
impl Debug for PlayStatisticsSpec
Source§impl Deserialize for PlayStatisticsSpec
impl Deserialize for PlayStatisticsSpec
fn mc_deserialize(_rest: &[u8]) -> DeserializeResult<'_, Self>
Source§impl From<CountedArray<Statistic, VarInt>> for PlayStatisticsSpec
impl From<CountedArray<Statistic, VarInt>> for PlayStatisticsSpec
Source§impl From<PlayStatisticsSpec> for CountedArray<Statistic, VarInt>
impl From<PlayStatisticsSpec> for CountedArray<Statistic, VarInt>
Source§fn from(other: PlayStatisticsSpec) -> Self
fn from(other: PlayStatisticsSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PlayStatisticsSpec
impl PartialEq for PlayStatisticsSpec
Source§impl Serialize for PlayStatisticsSpec
impl Serialize for PlayStatisticsSpec
fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
impl StructuralPartialEq for PlayStatisticsSpec
Auto Trait Implementations§
impl Freeze for PlayStatisticsSpec
impl RefUnwindSafe for PlayStatisticsSpec
impl Send for PlayStatisticsSpec
impl Sync for PlayStatisticsSpec
impl Unpin for PlayStatisticsSpec
impl UnwindSafe for PlayStatisticsSpec
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