pub struct ChapterBuilder {
http_client: HttpClientRef,
}
Expand description
Chapter endpoint handler builder.
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl ChapterBuilder
impl ChapterBuilder
Sourcepub fn get(&self) -> ListChapterBuilder
pub fn get(&self) -> ListChapterBuilder
Search a list of chapters.
pub fn id(&self, id: Uuid) -> IdEndpoint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChapterBuilder
impl !RefUnwindSafe for ChapterBuilder
impl !Send for ChapterBuilder
impl !Sync for ChapterBuilder
impl Unpin for ChapterBuilder
impl !UnwindSafe for ChapterBuilder
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