pub struct TagDefinition {
pub id: &'static [u8],
pub name: &'static str,
}Fields§
§id: &'static [u8]§name: &'static strImplementations§
Source§impl TagDefinition
impl TagDefinition
pub const fn new(id: &'static [u8], name: &'static str) -> TagDefinition
Auto Trait Implementations§
impl Freeze for TagDefinition
impl RefUnwindSafe for TagDefinition
impl Send for TagDefinition
impl Sync for TagDefinition
impl Unpin for TagDefinition
impl UnwindSafe for TagDefinition
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