pub struct IntLiteralExprArgs {
pub value: i64,
}Fields§
§value: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntLiteralExprArgs
impl RefUnwindSafe for IntLiteralExprArgs
impl Send for IntLiteralExprArgs
impl Sync for IntLiteralExprArgs
impl Unpin for IntLiteralExprArgs
impl UnsafeUnpin for IntLiteralExprArgs
impl UnwindSafe for IntLiteralExprArgs
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