Struct devise_core::SpanWrapped [−][src]
Fields
span: Spanfull_span: Spanvalue: TTrait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for SpanWrapped<T> where
T: RefUnwindSafe,
impl<T> !Send for SpanWrapped<T>
impl<T> !Sync for SpanWrapped<T>
impl<T> Unpin for SpanWrapped<T> where
T: Unpin,
impl<T> UnwindSafe for SpanWrapped<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span covering the complete contents of this syntax tree
node, or Span::call_site() if this node is empty. Read more