pub struct IntegerScalar<'tree> {
pub span: Span,
/* private fields */
}Fields§
§span: SpanTrait Implementations§
Source§impl<'tree> Clone for IntegerScalar<'tree>
impl<'tree> Clone for IntegerScalar<'tree>
Source§fn clone(&self) -> IntegerScalar<'tree>
fn clone(&self) -> IntegerScalar<'tree>
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<'tree> Debug for IntegerScalar<'tree>
impl<'tree> Debug for IntegerScalar<'tree>
Source§impl<'tree> FromNode<'tree> for IntegerScalar<'tree>
impl<'tree> FromNode<'tree> for IntegerScalar<'tree>
Source§impl<'tree> LeafNode<'tree> for IntegerScalar<'tree>
impl<'tree> LeafNode<'tree> for IntegerScalar<'tree>
Source§impl<'tree> PartialEq for IntegerScalar<'tree>
impl<'tree> PartialEq for IntegerScalar<'tree>
Source§impl Spanned for IntegerScalar<'_>
impl Spanned for IntegerScalar<'_>
impl<'tree> Eq for IntegerScalar<'tree>
impl<'tree> StructuralPartialEq for IntegerScalar<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for IntegerScalar<'tree>
impl<'tree> RefUnwindSafe for IntegerScalar<'tree>
impl<'tree> Send for IntegerScalar<'tree>
impl<'tree> Sync for IntegerScalar<'tree>
impl<'tree> Unpin for IntegerScalar<'tree>
impl<'tree> UnsafeUnpin for IntegerScalar<'tree>
impl<'tree> UnwindSafe for IntegerScalar<'tree>
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