pub struct FeedEndpoint {
http_client: HttpClientRef,
id: Uuid,
}
Fields§
§http_client: HttpClientRef
§id: Uuid
Implementations§
Source§impl FeedEndpoint
impl FeedEndpoint
pub fn get(&self) -> GetMangaFeedBuilder
Trait Implementations§
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