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