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