pub struct StructDocsWork {}Expand description
Test that images render in struct docs.
Some more docs.
Auto Trait Implementations§
impl Freeze for StructDocsWork
impl RefUnwindSafe for StructDocsWork
impl Send for StructDocsWork
impl Sync for StructDocsWork
impl Unpin for StructDocsWork
impl UnwindSafe for StructDocsWork
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