pub struct IdEnpoint {
http_client: HttpClientRef,
id: Uuid,
}
Fields§
§http_client: HttpClientRef
§id: Uuid
Implementations§
Source§impl IdEnpoint
impl IdEnpoint
pub fn batch_manga(&self) -> BatchMangaEndpoint
pub fn feed(&self) -> FeedEndPoint
pub fn get(&self) -> GetCustomListBuilder
pub fn delete(&self) -> DeleteCustomListBuilder
pub fn put(&self) -> UpdateCustomListBuilder
Sourcepub fn follow(&self) -> FollowEndpoint
pub fn follow(&self) -> FollowEndpoint
Pretty much the same as .bookmark()
Auto Trait Implementations§
impl Freeze for IdEnpoint
impl !RefUnwindSafe for IdEnpoint
impl !Send for IdEnpoint
impl !Sync for IdEnpoint
impl Unpin for IdEnpoint
impl !UnwindSafe for IdEnpoint
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