pub struct ClientboundPlayAdvancementsProgressmappingValue {
pub criterion_identifier: String,
pub criterion_progress: Option<i64>,
}Expand description
Inline data structure used by ClientboundPlayAdvancements.
Fields§
§criterion_identifier: String§criterion_progress: Option<i64>Trait Implementations§
Source§impl Clone for ClientboundPlayAdvancementsProgressmappingValue
impl Clone for ClientboundPlayAdvancementsProgressmappingValue
Source§fn clone(&self) -> ClientboundPlayAdvancementsProgressmappingValue
fn clone(&self) -> ClientboundPlayAdvancementsProgressmappingValue
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 Default for ClientboundPlayAdvancementsProgressmappingValue
impl Default for ClientboundPlayAdvancementsProgressmappingValue
Source§fn default() -> ClientboundPlayAdvancementsProgressmappingValue
fn default() -> ClientboundPlayAdvancementsProgressmappingValue
Returns the “default value” for a type. Read more
Source§impl EncodedSize for ClientboundPlayAdvancementsProgressmappingValue
impl EncodedSize for ClientboundPlayAdvancementsProgressmappingValue
fn encoded_size(&self) -> usize
Source§impl PartialEq for ClientboundPlayAdvancementsProgressmappingValue
impl PartialEq for ClientboundPlayAdvancementsProgressmappingValue
Source§fn eq(&self, other: &ClientboundPlayAdvancementsProgressmappingValue) -> bool
fn eq(&self, other: &ClientboundPlayAdvancementsProgressmappingValue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientboundPlayAdvancementsProgressmappingValue
Auto Trait Implementations§
impl Freeze for ClientboundPlayAdvancementsProgressmappingValue
impl RefUnwindSafe for ClientboundPlayAdvancementsProgressmappingValue
impl Send for ClientboundPlayAdvancementsProgressmappingValue
impl Sync for ClientboundPlayAdvancementsProgressmappingValue
impl Unpin for ClientboundPlayAdvancementsProgressmappingValue
impl UnsafeUnpin for ClientboundPlayAdvancementsProgressmappingValue
impl UnwindSafe for ClientboundPlayAdvancementsProgressmappingValue
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