pub struct NamedTag {
pub name: String,
pub payload: Tag,
}
Fields§
§name: String
§payload: Tag
Implementations§
Trait Implementations§
Source§impl From<NamedTag> for NamedNbtTag
impl From<NamedTag> for NamedNbtTag
Source§impl Into<NamedTag> for NamedNbtTag
impl Into<NamedTag> for NamedNbtTag
impl StructuralPartialEq for NamedTag
Auto Trait Implementations§
impl Freeze for NamedTag
impl RefUnwindSafe for NamedTag
impl Send for NamedTag
impl Sync for NamedTag
impl Unpin for NamedTag
impl UnwindSafe for NamedTag
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