pub struct NbtList { /* private fields */ }Expand description
A homogenous list of NBT Tags. Each element in the List has the same tag
Implementations§
Trait Implementations§
Source§impl DeserializeCopy for NbtList
impl DeserializeCopy for NbtList
Source§impl Deserializeable for NbtList
impl Deserializeable for NbtList
Auto Trait Implementations§
impl Freeze for NbtList
impl RefUnwindSafe for NbtList
impl Send for NbtList
impl Sync for NbtList
impl Unpin for NbtList
impl UnwindSafe for NbtList
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