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