pub struct CaptchaConfig {
pub api_key: String,
pub client_id: u32,
}Fields§
§api_key: String§client_id: u32Trait Implementations§
Source§impl Clone for CaptchaConfig
impl Clone for CaptchaConfig
Source§fn clone(&self) -> CaptchaConfig
fn clone(&self) -> CaptchaConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CaptchaConfig
impl RefUnwindSafe for CaptchaConfig
impl Send for CaptchaConfig
impl Sync for CaptchaConfig
impl Unpin for CaptchaConfig
impl UnsafeUnpin for CaptchaConfig
impl UnwindSafe for CaptchaConfig
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