Struct tvm::ir::relay::PatternTupleNode [−][src]
#[repr(C)]pub struct PatternTupleNode {
pub base: PatternNode,
pub patterns: Array<Pattern>,
}
Fields
base: PatternNode
patterns: Array<Pattern>
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for PatternTupleNode
impl !Send for PatternTupleNode
impl !Sync for PatternTupleNode
impl Unpin for PatternTupleNode
impl UnwindSafe for PatternTupleNode
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