pub struct TypeID(/* private fields */);
Implementations§
Trait Implementations§
Source§impl From<MlirTypeID> for TypeID
impl From<MlirTypeID> for TypeID
Source§fn from(id: MlirTypeID) -> Self
fn from(id: MlirTypeID) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TypeID
impl RefUnwindSafe for TypeID
impl !Send for TypeID
impl !Sync for TypeID
impl Unpin for TypeID
impl UnwindSafe for TypeID
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