pub struct Range {
pub start: Option<Box<Expr>>,
pub end: Option<Box<Expr>>,
pub limits: RangeLimits,
}Fields§
§start: Option<Box<Expr>>§end: Option<Box<Expr>>§limits: RangeLimitsImplementations§
Trait Implementations§
source§impl From<Range> for TokenStream
impl From<Range> for TokenStream
source§impl PartialEq for Range
impl PartialEq for Range
impl Eq for Range
impl StructuralEq for Range
impl StructuralPartialEq for Range
Auto Trait Implementations§
impl RefUnwindSafe for Range
impl Send for Range
impl Sync for Range
impl Unpin for Range
impl UnwindSafe for Range
Blanket Implementations§
source§impl<E> Accessible for Ewhere
E: Into<Expr>,
impl<E> Accessible for Ewhere E: Into<Expr>,
source§impl<E> Assignable for Ewhere
E: Into<Expr>,
impl<E> Assignable for Ewhere E: Into<Expr>,
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