pub struct ExecutionRange {
pub start: ExecutionExpr,
pub end: ExecutionExpr,
pub span: Span,
}Fields§
§start: ExecutionExpr§end: ExecutionExpr§span: SpanTrait Implementations§
Source§impl Clone for ExecutionRange
impl Clone for ExecutionRange
Source§fn clone(&self) -> ExecutionRange
fn clone(&self) -> ExecutionRange
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 Debug for ExecutionRange
impl Debug for ExecutionRange
Source§impl PartialEq for ExecutionRange
impl PartialEq for ExecutionRange
Source§fn eq(&self, other: &ExecutionRange) -> bool
fn eq(&self, other: &ExecutionRange) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExecutionRange
Auto Trait Implementations§
impl Freeze for ExecutionRange
impl RefUnwindSafe for ExecutionRange
impl Send for ExecutionRange
impl Sync for ExecutionRange
impl Unpin for ExecutionRange
impl UnsafeUnpin for ExecutionRange
impl UnwindSafe for ExecutionRange
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