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