pub struct Docstring {
pub span: Span,
pub value: String,
}Fields§
§span: Span§value: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Docstring
impl RefUnwindSafe for Docstring
impl Send for Docstring
impl Sync for Docstring
impl Unpin for Docstring
impl UnwindSafe for Docstring
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