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