pub struct MangaEndpoint {
http_client: HttpClientRef,
}
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl MangaEndpoint
impl MangaEndpoint
pub fn new(http_client: HttpClientRef) -> Self
pub fn feed(&self) -> FeedEndpoint
pub fn get(&self) -> FollowedMangaBuilder
pub fn id(&self, id: Uuid) -> IdEndpoint
Trait Implementations§
Source§impl Debug for MangaEndpoint
impl Debug for MangaEndpoint
Source§impl From<&MangaEndpoint> for HttpClientRef
impl From<&MangaEndpoint> for HttpClientRef
Source§fn from(value: &MangaEndpoint) -> Self
fn from(value: &MangaEndpoint) -> Self
Converts to this type from the input type.
Source§impl MangaEndpointMethods for MangaEndpoint
impl MangaEndpointMethods for MangaEndpoint
fn feed(&self) -> FeedEndpoint
fn get(&self) -> FollowedMangaBuilder
fn id(&self, id: Uuid) -> IdEndpoint
Auto Trait Implementations§
impl Freeze for MangaEndpoint
impl !RefUnwindSafe for MangaEndpoint
impl !Send for MangaEndpoint
impl !Sync for MangaEndpoint
impl Unpin for MangaEndpoint
impl !UnwindSafe for MangaEndpoint
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