pub struct Iqdb;Expand description
The [IQDB] source.
Works with iqdb.org
Trait Implementations§
Source§impl Source for Iqdb
impl Source for Iqdb
Source§type Argument = ()
type Argument = ()
The argument for
Source::createAuto Trait Implementations§
impl Freeze for Iqdb
impl RefUnwindSafe for Iqdb
impl Send for Iqdb
impl Sync for Iqdb
impl Unpin for Iqdb
impl UnwindSafe for Iqdb
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