pub struct IntExpr(pub i32);Tuple Fields§
§0: i32Trait Implementations§
impl StructuralPartialEq for IntExpr
Auto Trait Implementations§
impl Freeze for IntExpr
impl RefUnwindSafe for IntExpr
impl Send for IntExpr
impl Sync for IntExpr
impl Unpin for IntExpr
impl UnwindSafe for IntExpr
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