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