pub struct OclcClient { /* private fields */ }Implementations§
Source§impl OclcClient
impl OclcClient
Auto Trait Implementations§
impl Freeze for OclcClient
impl !RefUnwindSafe for OclcClient
impl Send for OclcClient
impl Sync for OclcClient
impl Unpin for OclcClient
impl !UnwindSafe for OclcClient
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