pub enum ClientboundPlayHideMessageId {
Variant0 {
signature: Vec<u8>,
},
}Expand description
Switch enum used by ClientboundPlayHideMessage.
Variants§
Trait Implementations§
Source§impl Clone for ClientboundPlayHideMessageId
impl Clone for ClientboundPlayHideMessageId
Source§fn clone(&self) -> ClientboundPlayHideMessageId
fn clone(&self) -> ClientboundPlayHideMessageId
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 ClientboundPlayHideMessageId
impl Debug for ClientboundPlayHideMessageId
Source§impl EncodedSize for ClientboundPlayHideMessageId
impl EncodedSize for ClientboundPlayHideMessageId
fn encoded_size(&self) -> usize
Source§impl PartialEq for ClientboundPlayHideMessageId
impl PartialEq for ClientboundPlayHideMessageId
Source§fn eq(&self, other: &ClientboundPlayHideMessageId) -> bool
fn eq(&self, other: &ClientboundPlayHideMessageId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientboundPlayHideMessageId
Auto Trait Implementations§
impl Freeze for ClientboundPlayHideMessageId
impl RefUnwindSafe for ClientboundPlayHideMessageId
impl Send for ClientboundPlayHideMessageId
impl Sync for ClientboundPlayHideMessageId
impl Unpin for ClientboundPlayHideMessageId
impl UnsafeUnpin for ClientboundPlayHideMessageId
impl UnwindSafe for ClientboundPlayHideMessageId
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