pub struct NBT(/* private fields */);Expand description
Struct to hold a NbtValue
Trait Implementations§
source§impl ImportantFunctions for NBT
impl ImportantFunctions for NBT
§type ReturnType = NbtValue
type ReturnType = NbtValue
The type returned by
get_valuesource§fn get_value(&self) -> Self::ReturnType
fn get_value(&self) -> Self::ReturnType
A function that returns the hold data
Auto Trait Implementations§
impl Freeze for NBT
impl RefUnwindSafe for NBT
impl Send for NBT
impl Sync for NBT
impl Unpin for NBT
impl UnwindSafe for NBT
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