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: ExprNodedata: Exprclauses: Array<Clause>complete: boolTrait 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
