Struct tvm::ir::ty::TypeConstraint [−][src]
pub struct TypeConstraint(_);
Trait Implementations
type Target = TypeConstraintNode
type Target = TypeConstraintNode
The resulting type after dereferencing.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
type Object = TypeConstraintNode
fn downcast<U>(self) -> Result<U, Error> where
U: IsObjectRef,
<U as IsObjectRef>::Object: AsRef<Self::Object>,
Auto Trait Implementations
impl RefUnwindSafe for TypeConstraint
impl !Send for TypeConstraint
impl !Sync for TypeConstraint
impl Unpin for TypeConstraint
impl UnwindSafe for TypeConstraint
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more