#[repr(transparent)]pub struct WitTypeId(pub u32);Expand description
RVF WIT (WASM Interface Types) type identifier.
Used for queue message schema validation.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for WitTypeId
impl Eq for WitTypeId
impl StructuralPartialEq for WitTypeId
Auto Trait Implementations§
impl Freeze for WitTypeId
impl RefUnwindSafe for WitTypeId
impl Send for WitTypeId
impl Sync for WitTypeId
impl Unpin for WitTypeId
impl UnsafeUnpin for WitTypeId
impl UnwindSafe for WitTypeId
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