pub struct ListTag {
pub element_type: TagType,
pub elements: Vec<Tag>,
}Fields§
§element_type: TagType§elements: Vec<Tag>Implementations§
Trait Implementations§
impl StructuralPartialEq for ListTag
Auto Trait Implementations§
impl Freeze for ListTag
impl RefUnwindSafe for ListTag
impl Send for ListTag
impl Sync for ListTag
impl Unpin for ListTag
impl UnsafeUnpin for ListTag
impl UnwindSafe for ListTag
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