pub struct dtor(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
source§impl Peek for dtor
impl Peek for dtor
impl Copy for dtor
Auto Trait Implementations§
impl RefUnwindSafe for dtor
impl Send for dtor
impl Sync for dtor
impl Unpin for dtor
impl UnwindSafe for dtor
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