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 duplicate 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 Freeze for Docstrings
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