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