Struct doxygen_rs::ast::ReturnValue
source · pub struct ReturnValue(pub NestedString);
Expand description
Represents a return value
Tuple Fields§
§0: NestedString
Trait Implementations§
source§impl Clone for ReturnValue
impl Clone for ReturnValue
source§fn clone(&self) -> ReturnValue
fn clone(&self) -> ReturnValue
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 more