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