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