pub struct ArithmeticSequence<'tree> {
pub span: Span,
pub from: ArithmeticSequenceFrom<'tree>,
pub step: Option<ArithmeticSequenceStep<'tree>>,
pub to: Option<ArithmeticSequenceTo<'tree>>,
}Fields§
§span: Span§from: ArithmeticSequenceFrom<'tree>§step: Option<ArithmeticSequenceStep<'tree>>§to: Option<ArithmeticSequenceTo<'tree>>Trait Implementations§
Source§impl<'tree> Clone for ArithmeticSequence<'tree>
impl<'tree> Clone for ArithmeticSequence<'tree>
Source§fn clone(&self) -> ArithmeticSequence<'tree>
fn clone(&self) -> ArithmeticSequence<'tree>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ArithmeticSequence<'tree>
impl<'tree> Debug for ArithmeticSequence<'tree>
impl<'tree> Eq for ArithmeticSequence<'tree>
Source§impl<'tree> FromNode<'tree> for ArithmeticSequence<'tree>
impl<'tree> FromNode<'tree> for ArithmeticSequence<'tree>
Source§impl<'tree> PartialEq for ArithmeticSequence<'tree>
impl<'tree> PartialEq for ArithmeticSequence<'tree>
Source§impl Spanned for ArithmeticSequence<'_>
impl Spanned for ArithmeticSequence<'_>
impl<'tree> StructuralPartialEq for ArithmeticSequence<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ArithmeticSequence<'tree>
impl<'tree> RefUnwindSafe for ArithmeticSequence<'tree>
impl<'tree> Send for ArithmeticSequence<'tree>
impl<'tree> Sync for ArithmeticSequence<'tree>
impl<'tree> Unpin for ArithmeticSequence<'tree>
impl<'tree> UnsafeUnpin for ArithmeticSequence<'tree>
impl<'tree> UnwindSafe for ArithmeticSequence<'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