pub enum BlockArgs {
Empty,
Type(ValType),
FuncType(u32),
}
Variants§
Trait Implementations§
source§impl PartialEq for BlockArgs
impl PartialEq for BlockArgs
impl Copy for BlockArgs
impl Eq for BlockArgs
impl StructuralEq for BlockArgs
impl StructuralPartialEq for BlockArgs
Auto Trait Implementations§
impl RefUnwindSafe for BlockArgs
impl Send for BlockArgs
impl Sync for BlockArgs
impl Unpin for BlockArgs
impl UnwindSafe for BlockArgs
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