pub struct IgnoreTag {
    pub span: Span,
}Fields§
§span: SpanTrait Implementations§
source§impl PartialEq<IgnoreTag> for IgnoreTag
 
impl PartialEq<IgnoreTag> for IgnoreTag
impl StructuralPartialEq for IgnoreTag
Auto Trait Implementations§
impl RefUnwindSafe for IgnoreTag
impl Send for IgnoreTag
impl Sync for IgnoreTag
impl Unpin for IgnoreTag
impl UnwindSafe for IgnoreTag
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