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