pub struct AdvancementCriterionProgressSpec {
pub achieved_at: Option<i64>,
}
Fields§
§achieved_at: Option<i64>
Trait Implementations§
Source§impl Clone for AdvancementCriterionProgressSpec
impl Clone for AdvancementCriterionProgressSpec
Source§fn clone(&self) -> AdvancementCriterionProgressSpec
fn clone(&self) -> AdvancementCriterionProgressSpec
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 Deserialize for AdvancementCriterionProgressSpec
impl Deserialize for AdvancementCriterionProgressSpec
fn mc_deserialize(_rest: &[u8]) -> DeserializeResult<'_, Self>
Source§impl From<AdvancementCriterionProgressSpec> for Option<i64>
impl From<AdvancementCriterionProgressSpec> for Option<i64>
Source§fn from(other: AdvancementCriterionProgressSpec) -> Self
fn from(other: AdvancementCriterionProgressSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AdvancementCriterionProgressSpec
impl PartialEq for AdvancementCriterionProgressSpec
Source§fn eq(&self, other: &AdvancementCriterionProgressSpec) -> bool
fn eq(&self, other: &AdvancementCriterionProgressSpec) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for AdvancementCriterionProgressSpec
impl Serialize for AdvancementCriterionProgressSpec
fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
impl StructuralPartialEq for AdvancementCriterionProgressSpec
Auto Trait Implementations§
impl Freeze for AdvancementCriterionProgressSpec
impl RefUnwindSafe for AdvancementCriterionProgressSpec
impl Send for AdvancementCriterionProgressSpec
impl Sync for AdvancementCriterionProgressSpec
impl Unpin for AdvancementCriterionProgressSpec
impl UnwindSafe for AdvancementCriterionProgressSpec
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