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