[][src]Struct sp_tracing::proxy::rent_span::SpanAndGuard_Borrow

pub struct SpanAndGuard_Borrow<'span: 'guard, 'guard> {
    pub span: &'span <Box<Span> as Deref>::Target,
    pub guard: &'guard Entered<'span>,
}

Shared borrow of a rental struct.

Fields

span: &'span <Box<Span> as Deref>::Targetguard: &'guard Entered<'span>

Trait Implementations

impl<'span: 'guard, 'guard> IntoSuffix for SpanAndGuard_Borrow<'span, 'guard>[src]

type Suffix = &'guard Entered<'span>

Type of the transitive suffix of the borrow struct. Read more

Auto Trait Implementations

impl<'span, 'guard> !RefUnwindSafe for SpanAndGuard_Borrow<'span, 'guard>

impl<'span, 'guard> Send for SpanAndGuard_Borrow<'span, 'guard>

impl<'span, 'guard> Sync for SpanAndGuard_Borrow<'span, 'guard>

impl<'span, 'guard> Unpin for SpanAndGuard_Borrow<'span, 'guard> where
    'span: 'guard, 

impl<'span, 'guard> !UnwindSafe for SpanAndGuard_Borrow<'span, 'guard>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.