pub struct OpenLibraryClient {
pub account: AccountClient,
pub author: AuthorClient,
pub books: BooksClient,
pub works: WorksClient,
}
Fields§
§account: AccountClient
§books: BooksClient
§works: WorksClient
Implementations§
Source§impl OpenLibraryClient
impl OpenLibraryClient
pub fn builder() -> OpenLibraryClientBuilder
Trait Implementations§
Source§impl Clone for OpenLibraryClient
impl Clone for OpenLibraryClient
Source§fn clone(&self) -> OpenLibraryClient
fn clone(&self) -> OpenLibraryClient
Returns a duplicate 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 OpenLibraryClient
impl !RefUnwindSafe for OpenLibraryClient
impl Send for OpenLibraryClient
impl Sync for OpenLibraryClient
impl Unpin for OpenLibraryClient
impl !UnwindSafe for OpenLibraryClient
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