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