pub struct TypeTable(/* private fields */);Expand description
Models the TYPE_BLOCK_ID_NEW block.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeTable
impl RefUnwindSafe for TypeTable
impl Send for TypeTable
impl Sync for TypeTable
impl Unpin for TypeTable
impl UnwindSafe for TypeTable
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