pub struct Multiple<'ast> {
pub numbers: Vec<PositiveNumber<'ast>>,
pub span: Span<'ast>,
}
Fields§
§numbers: Vec<PositiveNumber<'ast>>
§span: Span<'ast>
Trait Implementations§
impl<'ast> Eq for Multiple<'ast>
impl<'ast> StructuralPartialEq for Multiple<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for Multiple<'ast>
impl<'ast> RefUnwindSafe for Multiple<'ast>
impl<'ast> Send for Multiple<'ast>
impl<'ast> Sync for Multiple<'ast>
impl<'ast> Unpin for Multiple<'ast>
impl<'ast> UnwindSafe for Multiple<'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