#[repr(transparent)]pub struct Snbt(pub Compound);Tuple Fields§
§0: CompoundImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Snbt
impl RefUnwindSafe for Snbt
impl Send for Snbt
impl Sync for Snbt
impl Unpin for Snbt
impl UnwindSafe for Snbt
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