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