pub struct Int {
pub value: ConstInt,
pub type_: ScalarType,
pub span: Span,
}
Fields§
§value: ConstInt
§type_: ScalarType
§span: Span
Trait Implementations§
Source§impl From<Int> for Expression
impl From<Int> for Expression
impl StructuralPartialEq for Int
Auto Trait Implementations§
impl Freeze for Int
impl RefUnwindSafe for Int
impl Send for Int
impl Sync for Int
impl Unpin for Int
impl UnwindSafe for Int
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