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