pub struct ReadmeClient { /* private fields */ }
Implementations§
Source§impl ReadmeClient
impl ReadmeClient
pub fn new(url: &str) -> Self
pub fn with_middleware<M: Middleware + 'static>(self, middleware: M) -> Self
Auto Trait Implementations§
impl Freeze for ReadmeClient
impl !RefUnwindSafe for ReadmeClient
impl Send for ReadmeClient
impl Sync for ReadmeClient
impl Unpin for ReadmeClient
impl !UnwindSafe for ReadmeClient
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