pub enum InstructionArg {
Type {
ty: Box<Type>,
encoding: Encoding,
},
Context(Ident),
}Variants§
Auto Trait Implementations§
impl Freeze for InstructionArg
impl RefUnwindSafe for InstructionArg
impl !Send for InstructionArg
impl !Sync for InstructionArg
impl Unpin for InstructionArg
impl UnwindSafe for InstructionArg
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