pub struct TagCompound(/* private fields */);
Expand description
TAG_Compound (any non root)
Trait Implementations§
Source§impl Debug for TagCompound
impl Debug for TagCompound
Auto Trait Implementations§
impl Freeze for TagCompound
impl !RefUnwindSafe for TagCompound
impl !Send for TagCompound
impl !Sync for TagCompound
impl Unpin for TagCompound
impl !UnwindSafe for TagCompound
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