pub struct DocumenterImplementation { /* private fields */ }Expand description
An implementation of a documenter.
Implementations§
Trait Implementations§
Source§impl ImplementsDocumenter for DocumenterImplementation
impl ImplementsDocumenter for DocumenterImplementation
type ConfigType = ReplaceThisWithYourType
fn document( &self, config: &mut Self::ConfigType, parameter: &str, ) -> Result<(), Box<dyn Error>>
impl Collect for DocumenterImplementation
Auto Trait Implementations§
impl Freeze for DocumenterImplementation
impl RefUnwindSafe for DocumenterImplementation
impl Send for DocumenterImplementation
impl Sync for DocumenterImplementation
impl Unpin for DocumenterImplementation
impl UnwindSafe for DocumenterImplementation
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