pub struct ApiSecurity {
pub authifier_shield_key: String,
pub voso_legacy_token: String,
pub captcha: ApiSecurityCaptcha,
pub trust_cloudflare: bool,
pub easypwned: String,
}
Fields§
§authifier_shield_key: String
§voso_legacy_token: String
§captcha: ApiSecurityCaptcha
§trust_cloudflare: bool
§easypwned: String
Trait Implementations§
Source§impl Clone for ApiSecurity
impl Clone for ApiSecurity
Source§fn clone(&self) -> ApiSecurity
fn clone(&self) -> ApiSecurity
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 moreSource§impl Debug for ApiSecurity
impl Debug for ApiSecurity
Source§impl<'de> Deserialize<'de> for ApiSecurity
impl<'de> Deserialize<'de> for ApiSecurity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ApiSecurity
impl RefUnwindSafe for ApiSecurity
impl Send for ApiSecurity
impl Sync for ApiSecurity
impl Unpin for ApiSecurity
impl UnwindSafe for ApiSecurity
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