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