pub struct WorldClock { /* private fields */ }Trait Implementations§
Source§impl AzBuf for WorldClock
impl AzBuf for WorldClock
fn azalea_write(&self, buf: &mut impl Write) -> Result<(), Error>
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl Clone for WorldClock
impl Clone for WorldClock
Source§fn clone(&self) -> WorldClock
fn clone(&self) -> WorldClock
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl DataRegistry for WorldClock
impl DataRegistry for WorldClock
Source§impl Debug for WorldClock
impl Debug for WorldClock
Source§impl Hash for WorldClock
impl Hash for WorldClock
Source§impl Ord for WorldClock
impl Ord for WorldClock
Source§fn cmp(&self, other: &WorldClock) -> Ordering
fn cmp(&self, other: &WorldClock) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WorldClock
impl PartialEq for WorldClock
Source§impl PartialOrd for WorldClock
impl PartialOrd for WorldClock
Source§impl Serialize for WorldClock
Available on crate feature serde only.
impl Serialize for WorldClock
Available on crate feature
serde only.impl Copy for WorldClock
impl Eq for WorldClock
impl StructuralPartialEq for WorldClock
Auto Trait Implementations§
impl Freeze for WorldClock
impl RefUnwindSafe for WorldClock
impl Send for WorldClock
impl Sync for WorldClock
impl Unpin for WorldClock
impl UnsafeUnpin for WorldClock
impl UnwindSafe for WorldClock
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.