pub struct FoxVariant {
pub variant: FoxVariant,
}Fields§
§variant: FoxVariantTrait Implementations§
Source§impl AzaleaRead for FoxVariant
impl AzaleaRead for FoxVariant
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for FoxVariant
impl AzaleaWrite for FoxVariant
Source§impl Clone for FoxVariant
impl Clone for FoxVariant
Source§fn clone(&self) -> FoxVariant
fn clone(&self) -> FoxVariant
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 FoxVariant
impl DataComponentTrait for FoxVariant
const KIND: DataComponentKind = DataComponentKind::FoxVariant
Source§impl Debug for FoxVariant
impl Debug for FoxVariant
Source§impl From<FoxVariant> for DataComponentUnion
impl From<FoxVariant> for DataComponentUnion
Source§fn from(value: FoxVariant) -> Self
fn from(value: FoxVariant) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FoxVariant
impl PartialEq for FoxVariant
Source§impl Serialize for FoxVariant
impl Serialize for FoxVariant
impl StructuralPartialEq for FoxVariant
Auto Trait Implementations§
impl Freeze for FoxVariant
impl RefUnwindSafe for FoxVariant
impl Send for FoxVariant
impl Sync for FoxVariant
impl Unpin for FoxVariant
impl UnwindSafe for FoxVariant
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