pub struct ServerboundClickWindowButton {
pub raw: Vec<u8>,
}Fields§
§raw: Vec<u8>Trait Implementations§
Source§impl Clone for ServerboundClickWindowButton
impl Clone for ServerboundClickWindowButton
Source§fn clone(&self) -> ServerboundClickWindowButton
fn clone(&self) -> ServerboundClickWindowButton
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 ServerboundClickWindowButton
impl Debug for ServerboundClickWindowButton
Source§impl PartialEq for ServerboundClickWindowButton
impl PartialEq for ServerboundClickWindowButton
Source§fn eq(&self, other: &ServerboundClickWindowButton) -> bool
fn eq(&self, other: &ServerboundClickWindowButton) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServerboundClickWindowButton
Auto Trait Implementations§
impl Freeze for ServerboundClickWindowButton
impl RefUnwindSafe for ServerboundClickWindowButton
impl Send for ServerboundClickWindowButton
impl Sync for ServerboundClickWindowButton
impl Unpin for ServerboundClickWindowButton
impl UnsafeUnpin for ServerboundClickWindowButton
impl UnwindSafe for ServerboundClickWindowButton
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