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