pub struct WolfVariant { /* private fields */ }Trait Implementations§
Source§impl AzaleaRead for WolfVariant
impl AzaleaRead for WolfVariant
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for WolfVariant
impl AzaleaWrite for WolfVariant
Source§impl Clone for WolfVariant
impl Clone for WolfVariant
Source§fn clone(&self) -> WolfVariant
fn clone(&self) -> WolfVariant
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 WolfVariant
impl DataRegistry for WolfVariant
Source§impl Debug for WolfVariant
impl Debug for WolfVariant
Source§impl Hash for WolfVariant
impl Hash for WolfVariant
Source§impl PartialEq for WolfVariant
impl PartialEq for WolfVariant
Source§impl Serialize for WolfVariant
Available on crate feature serde only.
impl Serialize for WolfVariant
Available on crate feature
serde only.impl Copy for WolfVariant
impl Eq for WolfVariant
impl StructuralPartialEq for WolfVariant
Auto Trait Implementations§
impl Freeze for WolfVariant
impl RefUnwindSafe for WolfVariant
impl Send for WolfVariant
impl Sync for WolfVariant
impl Unpin for WolfVariant
impl UnwindSafe for WolfVariant
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> 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.