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