Struct planus_types::ast::Docstrings
source · pub struct Docstrings {
pub docstrings: Vec<Docstring>,
pub default_docstring: String,
pub locations: Vec<String>,
}Fields§
§docstrings: Vec<Docstring>§default_docstring: String§locations: Vec<String>Implementations§
Trait Implementations§
source§impl Clone for Docstrings
impl Clone for Docstrings
source§fn clone(&self) -> Docstrings
fn clone(&self) -> Docstrings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for Docstrings
impl Send for Docstrings
impl Sync for Docstrings
impl Unpin for Docstrings
impl UnwindSafe for Docstrings
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