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