pub struct AuthorBuilder {
http_client: HttpClientRef,
}
Expand description
Author endpoint handler builder.
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl AuthorBuilder
impl AuthorBuilder
pub fn get(&self) -> ListAuthorBuilder
Sourcepub fn post(&self) -> CreateAuthorBuilder
pub fn post(&self) -> CreateAuthorBuilder
Create an author.
pub fn id(&self, id: Uuid) -> IdEndpoint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthorBuilder
impl !RefUnwindSafe for AuthorBuilder
impl !Send for AuthorBuilder
impl !Sync for AuthorBuilder
impl Unpin for AuthorBuilder
impl !UnwindSafe for AuthorBuilder
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