pub struct FindApi { /* private fields */ }Expand description
Find API client.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FindApi
impl !RefUnwindSafe for FindApi
impl Send for FindApi
impl Sync for FindApi
impl Unpin for FindApi
impl !UnwindSafe for FindApi
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