pub struct ClientboundPlayTabCompleteMatches {
pub match: String,
pub tooltip: Option<NbtCompound>,
}Expand description
Inline data structure used by ClientboundPlayTabComplete.
Fields§
§match: String§tooltip: Option<NbtCompound>Trait Implementations§
Source§impl Clone for ClientboundPlayTabCompleteMatches
impl Clone for ClientboundPlayTabCompleteMatches
Source§fn clone(&self) -> ClientboundPlayTabCompleteMatches
fn clone(&self) -> ClientboundPlayTabCompleteMatches
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 Default for ClientboundPlayTabCompleteMatches
impl Default for ClientboundPlayTabCompleteMatches
Source§fn default() -> ClientboundPlayTabCompleteMatches
fn default() -> ClientboundPlayTabCompleteMatches
Returns the “default value” for a type. Read more
Source§impl EncodedSize for ClientboundPlayTabCompleteMatches
impl EncodedSize for ClientboundPlayTabCompleteMatches
fn encoded_size(&self) -> usize
Source§impl PartialEq for ClientboundPlayTabCompleteMatches
impl PartialEq for ClientboundPlayTabCompleteMatches
Source§fn eq(&self, other: &ClientboundPlayTabCompleteMatches) -> bool
fn eq(&self, other: &ClientboundPlayTabCompleteMatches) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientboundPlayTabCompleteMatches
Auto Trait Implementations§
impl Freeze for ClientboundPlayTabCompleteMatches
impl RefUnwindSafe for ClientboundPlayTabCompleteMatches
impl Send for ClientboundPlayTabCompleteMatches
impl Sync for ClientboundPlayTabCompleteMatches
impl Unpin for ClientboundPlayTabCompleteMatches
impl UnsafeUnpin for ClientboundPlayTabCompleteMatches
impl UnwindSafe for ClientboundPlayTabCompleteMatches
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