pub struct RelatedSpan {
pub span: Span,
pub label: String,
}Fields§
§span: Span§label: StringTrait Implementations§
Source§impl Clone for RelatedSpan
impl Clone for RelatedSpan
Source§fn clone(&self) -> RelatedSpan
fn clone(&self) -> RelatedSpan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RelatedSpan
impl Debug for RelatedSpan
Auto Trait Implementations§
impl Freeze for RelatedSpan
impl RefUnwindSafe for RelatedSpan
impl Send for RelatedSpan
impl Sync for RelatedSpan
impl Unpin for RelatedSpan
impl UnsafeUnpin for RelatedSpan
impl UnwindSafe for RelatedSpan
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