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