pub struct More {
pub prose: String,
pub see: Vec<See>,
}Expand description
The earned second level of a topic: the deeper prose, plus any reason-annotated cross-references to related topics.
Fields§
§prose: String§see: Vec<See>Auto Trait Implementations§
impl Freeze for More
impl RefUnwindSafe for More
impl Send for More
impl Sync for More
impl Unpin for More
impl UnsafeUnpin for More
impl UnwindSafe for More
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