pub struct OpenLibraryClientBuilder { /* private fields */ }
Implementations§
Source§impl OpenLibraryClientBuilder
impl OpenLibraryClientBuilder
pub fn with_host(self, host: Url) -> OpenLibraryClientBuilder
pub fn with_session(self, session: &Session) -> OpenLibraryClientBuilder
pub fn build(self) -> Result<OpenLibraryClient, OpenLibraryError>
Auto Trait Implementations§
impl Freeze for OpenLibraryClientBuilder
impl RefUnwindSafe for OpenLibraryClientBuilder
impl Send for OpenLibraryClientBuilder
impl Sync for OpenLibraryClientBuilder
impl Unpin for OpenLibraryClientBuilder
impl UnwindSafe for OpenLibraryClientBuilder
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