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