pub struct ChickenVariant { /* private fields */ }
Trait Implementations§
Source§impl AzaleaRead for ChickenVariant
impl AzaleaRead for ChickenVariant
Source§impl AzaleaWrite for ChickenVariant
impl AzaleaWrite for ChickenVariant
Source§impl Clone for ChickenVariant
impl Clone for ChickenVariant
Source§fn clone(&self) -> ChickenVariant
fn clone(&self) -> ChickenVariant
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 ChickenVariant
impl DataRegistry for ChickenVariant
Source§impl Debug for ChickenVariant
impl Debug for ChickenVariant
Source§impl Hash for ChickenVariant
impl Hash for ChickenVariant
Source§impl PartialEq for ChickenVariant
impl PartialEq for ChickenVariant
Source§impl Serialize for ChickenVariant
Available on crate feature serde
only.
impl Serialize for ChickenVariant
Available on crate feature
serde
only.impl Copy for ChickenVariant
impl Eq for ChickenVariant
impl StructuralPartialEq for ChickenVariant
Auto Trait Implementations§
impl Freeze for ChickenVariant
impl RefUnwindSafe for ChickenVariant
impl Send for ChickenVariant
impl Sync for ChickenVariant
impl Unpin for ChickenVariant
impl UnwindSafe for ChickenVariant
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.