Struct cargo_rdme::Doc
source · [−]pub struct Doc {
pub markdown: Markdown,
}Fields
markdown: MarkdownImplementations
Trait Implementations
impl Eq for Doc
impl StructuralEq for Doc
impl StructuralPartialEq for Doc
Auto Trait Implementations
impl RefUnwindSafe for Doc
impl Send for Doc
impl Sync for Doc
impl Unpin for Doc
impl UnwindSafe for Doc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more