pub struct RatingBuilder {
http_client: HttpClientRef,
}
Expand description
Rating endpoint handler builder.
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl RatingBuilder
impl RatingBuilder
pub fn get(&self) -> GetYourMangaRatingsBuilder
pub fn manga_id(&self, manga_id: Uuid) -> MangaIdEndpoint
Trait Implementations§
Source§impl Clone for RatingBuilder
impl Clone for RatingBuilder
Source§fn clone(&self) -> RatingBuilder
fn clone(&self) -> RatingBuilder
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for RatingBuilder
impl !RefUnwindSafe for RatingBuilder
impl !Send for RatingBuilder
impl !Sync for RatingBuilder
impl Unpin for RatingBuilder
impl !UnwindSafe for RatingBuilder
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