pub struct ChickenVariant { /* private fields */ }
Trait Implementations§
Source§impl AzaleaRead for ChickenVariant
impl AzaleaRead for ChickenVariant
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
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 copy 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
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