pub struct ScopeStartWithEnd<'a> {
pub start: ScopeStart<'a>,
pub end: ScopeEnd<'a>,
pub span: Span,
}Fields§
§start: ScopeStart<'a>§end: ScopeEnd<'a>§span: SpanTrait Implementations§
Source§impl<'a> Debug for ScopeStartWithEnd<'a>
impl<'a> Debug for ScopeStartWithEnd<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ScopeStartWithEnd<'a>
impl<'a> !Send for ScopeStartWithEnd<'a>
impl<'a> !Sync for ScopeStartWithEnd<'a>
impl<'a> !UnwindSafe for ScopeStartWithEnd<'a>
impl<'a> Freeze for ScopeStartWithEnd<'a>
impl<'a> Unpin for ScopeStartWithEnd<'a>
impl<'a> UnsafeUnpin for ScopeStartWithEnd<'a>
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