Struct planus_types::ast::Docstring
source · pub struct Docstring {
pub span: Span,
pub value: String,
}Fields§
§span: Span§value: StringTrait Implementations§
Auto Trait Implementations§
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