pub struct ChatKind { /* private fields */ }Trait Implementations§
Source§impl AzaleaRead for ChatKind
impl AzaleaRead for ChatKind
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for ChatKind
impl AzaleaWrite for ChatKind
Source§impl DataRegistry for ChatKind
impl DataRegistry for ChatKind
Source§impl Ord for ChatKind
impl Ord for ChatKind
Source§impl PartialOrd for ChatKind
impl PartialOrd for ChatKind
impl Copy for ChatKind
impl Eq for ChatKind
impl StructuralPartialEq for ChatKind
Auto Trait Implementations§
impl Freeze for ChatKind
impl RefUnwindSafe for ChatKind
impl Send for ChatKind
impl Sync for ChatKind
impl Unpin for ChatKind
impl UnwindSafe for ChatKind
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.