pub struct SemanticTag {
pub mfg_code: Option<u16>,
pub value: Option<u8>,
}Fields§
§mfg_code: Option<u16>§value: Option<u8>Trait Implementations§
Source§impl Debug for SemanticTag
impl Debug for SemanticTag
Auto Trait Implementations§
impl Freeze for SemanticTag
impl RefUnwindSafe for SemanticTag
impl Send for SemanticTag
impl Sync for SemanticTag
impl Unpin for SemanticTag
impl UnwindSafe for SemanticTag
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