pub struct ServerboundClickWindow {
pub raw: Vec<u8>,
}Fields§
§raw: Vec<u8>Trait Implementations§
Source§impl Clone for ServerboundClickWindow
impl Clone for ServerboundClickWindow
Source§fn clone(&self) -> ServerboundClickWindow
fn clone(&self) -> ServerboundClickWindow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ServerboundClickWindow
impl Debug for ServerboundClickWindow
Source§impl Decode for ServerboundClickWindow
impl Decode for ServerboundClickWindow
Source§impl Encode for ServerboundClickWindow
impl Encode for ServerboundClickWindow
Source§impl PartialEq for ServerboundClickWindow
impl PartialEq for ServerboundClickWindow
Source§fn eq(&self, other: &ServerboundClickWindow) -> bool
fn eq(&self, other: &ServerboundClickWindow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServerboundClickWindow
Auto Trait Implementations§
impl Freeze for ServerboundClickWindow
impl RefUnwindSafe for ServerboundClickWindow
impl Send for ServerboundClickWindow
impl Sync for ServerboundClickWindow
impl Unpin for ServerboundClickWindow
impl UnsafeUnpin for ServerboundClickWindow
impl UnwindSafe for ServerboundClickWindow
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