pub struct Lore {
pub lines: Vec<FormattedText>,
}Fields§
§lines: Vec<FormattedText>Trait Implementations§
Source§impl AzaleaRead for Lore
impl AzaleaRead for Lore
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for Lore
impl AzaleaWrite for Lore
Source§impl DataComponentTrait for Lore
impl DataComponentTrait for Lore
const KIND: DataComponentKind = DataComponentKind::Lore
Source§impl DefaultableComponent for Lore
impl DefaultableComponent for Lore
fn default_for_item(_item: Item) -> Option<Self>
Source§impl From<Lore> for DataComponentUnion
impl From<Lore> for DataComponentUnion
impl StructuralPartialEq for Lore
Auto Trait Implementations§
impl Freeze for Lore
impl RefUnwindSafe for Lore
impl Send for Lore
impl Sync for Lore
impl Unpin for Lore
impl UnwindSafe for Lore
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