Struct treq::base::doc::DocsFactory
source · pub struct DocsFactory;Implementations§
source§impl DocsFactory
impl DocsFactory
pub fn help_reader() -> DocReaderHandler
pub fn welcome_reader() -> DocReaderHandler
Auto Trait Implementations§
impl RefUnwindSafe for DocsFactory
impl Send for DocsFactory
impl Sync for DocsFactory
impl Unpin for DocsFactory
impl UnwindSafe for DocsFactory
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