pub struct TagError {
pub value: u16,
}Expand description
An unassigned value in a closed participant registry.
Fields§
§value: u16Unassigned numeric value.
Trait Implementations§
impl Copy for TagError
impl Eq for TagError
impl StructuralPartialEq for TagError
Auto Trait Implementations§
impl Freeze for TagError
impl RefUnwindSafe for TagError
impl Send for TagError
impl Sync for TagError
impl Unpin for TagError
impl UnsafeUnpin for TagError
impl UnwindSafe for TagError
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