Struct test_docs::HeavilyDocumentedStruct
source · [−]pub struct HeavilyDocumentedStruct {
pub nothing: (),
}
Expand description
Top-doc Prose title
Text below title.
Top-doc Prose sub-heading
Text below sub-heading.
Top-doc Prose sub-sub-heading
Text below sub-sub-heading
Fields
nothing: ()
Implementations
sourceimpl HeavilyDocumentedStruct
impl HeavilyDocumentedStruct
Title for struct impl doc
Text below heading.
Sub-heading for struct impl doc
Text below sub-heading.
Sub-sub-heading for struct impl doc
Text below sub-sub-heading.
sourcepub fn do_nothing()
pub fn do_nothing()
Title for struct impl-item doc
Text below title.
Sub-heading for struct impl-item doc
Text below sub-heading.
Sub-sub-heading for struct impl-item doc
Text below sub-sub-heading.
Auto Trait Implementations
impl RefUnwindSafe for HeavilyDocumentedStruct
impl Send for HeavilyDocumentedStruct
impl Sync for HeavilyDocumentedStruct
impl Unpin for HeavilyDocumentedStruct
impl UnwindSafe for HeavilyDocumentedStruct
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