pub struct WolfVariant {
pub variant: WolfVariant,
}Fields§
§variant: WolfVariantTrait 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 DataComponentTrait for WolfVariant
impl DataComponentTrait for WolfVariant
const KIND: DataComponentKind = DataComponentKind::WolfVariant
Source§impl Debug for WolfVariant
impl Debug for WolfVariant
Source§impl From<WolfVariant> for DataComponentUnion
impl From<WolfVariant> for DataComponentUnion
Source§fn from(value: WolfVariant) -> Self
fn from(value: WolfVariant) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WolfVariant
impl PartialEq for WolfVariant
Source§impl Serialize for WolfVariant
impl Serialize 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