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