pub struct ExprInt {
pub value: i32,
pub operator: OperatorInt,
}Fields§
§value: i32§operator: OperatorIntTrait Implementations§
Auto Trait Implementations§
impl Freeze for ExprInt
impl RefUnwindSafe for ExprInt
impl Send for ExprInt
impl Sync for ExprInt
impl Unpin for ExprInt
impl UnwindSafe for ExprInt
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