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