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