pub struct SauceNao { /* private fields */ }Expand description
The SauceNao source.
Requires an API key to function.
Works with saucenao.com
Trait Implementations§
Source§impl Source for SauceNao
impl Source for SauceNao
Source§type Argument = String
type Argument = String
The argument for
Source::createAuto Trait Implementations§
impl Freeze for SauceNao
impl RefUnwindSafe for SauceNao
impl Send for SauceNao
impl Sync for SauceNao
impl Unpin for SauceNao
impl UnwindSafe for SauceNao
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