pub struct KeygenConfig {Show 13 fields
pub api_url: String,
pub api_version: String,
pub api_prefix: String,
pub account: String,
pub environment: Option<String>,
pub user_agent: Option<String>,
pub product: String,
pub package: String,
pub license_key: Option<String>,
pub public_key: Option<String>,
pub platform: Option<String>,
pub max_clock_drift: Option<i64>,
pub verify_keygen_signature: Option<bool>,
}Fields§
§api_url: String§api_version: String§api_prefix: String§account: String§environment: Option<String>§user_agent: Option<String>§product: String§package: String§license_key: Option<String>§public_key: Option<String>§platform: Option<String>§max_clock_drift: Option<i64>§verify_keygen_signature: Option<bool>Implementations§
Source§impl KeygenConfig
impl KeygenConfig
Trait Implementations§
Source§impl Clone for KeygenConfig
impl Clone for KeygenConfig
Source§fn clone(&self) -> KeygenConfig
fn clone(&self) -> KeygenConfig
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 KeygenConfig
impl Debug for KeygenConfig
Source§impl Default for KeygenConfig
impl Default for KeygenConfig
Source§impl From<KeygenConfig> for Result<KeygenConfig, Error>
impl From<KeygenConfig> for Result<KeygenConfig, Error>
Source§fn from(config: KeygenConfig) -> Self
fn from(config: KeygenConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for KeygenConfig
impl RefUnwindSafe for KeygenConfig
impl Send for KeygenConfig
impl Sync for KeygenConfig
impl Unpin for KeygenConfig
impl UnwindSafe for KeygenConfig
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