pub struct PlatformOptions {
pub product_id: String,
pub sandbox_id: String,
pub deployment_id: String,
pub client_id: String,
pub client_secret: String,
pub is_server: bool,
pub encryption_key: Option<String>,
pub override_country_code: Option<String>,
pub override_locale_code: Option<String>,
}Fields§
§product_id: String§sandbox_id: String§deployment_id: String§client_id: String§client_secret: String§is_server: bool§encryption_key: Option<String>§override_country_code: Option<String>§override_locale_code: Option<String>Auto Trait Implementations§
impl Freeze for PlatformOptions
impl RefUnwindSafe for PlatformOptions
impl Send for PlatformOptions
impl Sync for PlatformOptions
impl Unpin for PlatformOptions
impl UnsafeUnpin for PlatformOptions
impl UnwindSafe for PlatformOptions
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