pub struct Qcri {
pub api_key: String,
pub domain: String,
}Fields§
§api_key: StringYour qrci api key. Get one for free here https://mt.qcri.org/api/v1/ref
domain: StringImplementations§
Trait Implementations§
impl Eq for Qcri
impl StructuralPartialEq for Qcri
Auto Trait Implementations§
impl Freeze for Qcri
impl RefUnwindSafe for Qcri
impl Send for Qcri
impl Sync for Qcri
impl Unpin for Qcri
impl UnwindSafe for Qcri
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.