pub struct I32Ne {
pub exprs: Vec<Expression>,
}Fields§
§exprs: Vec<Expression>Implementations§
Trait Implementations§
impl Eq for I32Ne
impl StructuralPartialEq for I32Ne
Auto Trait Implementations§
impl Freeze for I32Ne
impl RefUnwindSafe for I32Ne
impl Send for I32Ne
impl Sync for I32Ne
impl Unpin for I32Ne
impl UnwindSafe for I32Ne
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