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