pub struct RandomEndpoint {
http_client: HttpClientRef,
}
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl RandomEndpoint
impl RandomEndpoint
pub fn get(&self) -> GetRandomMangaBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RandomEndpoint
impl !RefUnwindSafe for RandomEndpoint
impl !Send for RandomEndpoint
impl !Sync for RandomEndpoint
impl Unpin for RandomEndpoint
impl !UnwindSafe for RandomEndpoint
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