pub struct SignedIntegerValue<'ast> {
pub number: NumberValue<'ast>,
pub type_: SignedIntegerType,
pub span: Span<'ast>,
}Fields§
§number: NumberValue<'ast>§type_: SignedIntegerType§span: Span<'ast>Trait Implementations§
Source§impl<'ast> Clone for SignedIntegerValue<'ast>
impl<'ast> Clone for SignedIntegerValue<'ast>
Source§fn clone(&self) -> SignedIntegerValue<'ast>
fn clone(&self) -> SignedIntegerValue<'ast>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'ast> Debug for SignedIntegerValue<'ast>
impl<'ast> Debug for SignedIntegerValue<'ast>
Source§impl<'ast> Display for SignedIntegerValue<'ast>
impl<'ast> Display for SignedIntegerValue<'ast>
Source§impl<'ast> FromPest<'ast> for SignedIntegerValue<'ast>
impl<'ast> FromPest<'ast> for SignedIntegerValue<'ast>
Source§impl<'ast> PartialEq for SignedIntegerValue<'ast>
impl<'ast> PartialEq for SignedIntegerValue<'ast>
impl<'ast> Eq for SignedIntegerValue<'ast>
impl<'ast> StructuralPartialEq for SignedIntegerValue<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for SignedIntegerValue<'ast>
impl<'ast> RefUnwindSafe for SignedIntegerValue<'ast>
impl<'ast> Send for SignedIntegerValue<'ast>
impl<'ast> Sync for SignedIntegerValue<'ast>
impl<'ast> Unpin for SignedIntegerValue<'ast>
impl<'ast> UnwindSafe for SignedIntegerValue<'ast>
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