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