Struct tvm::ir::relay::MatchNode [−][src]
#[repr(C)]pub struct MatchNode {
pub base: ExprNode,
pub data: Expr,
pub clauses: Array<Clause>,
pub complete: bool,
}
Fields
base: ExprNode
data: Expr
clauses: Array<Clause>
complete: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MatchNode
impl UnwindSafe for MatchNode
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