pub struct DfnsBaseApiOptions {
pub app_id: String,
pub auth_token: Option<String>,
pub base_url: Option<String>,
pub app_secret: Option<String>,
}
Fields§
§app_id: String
§auth_token: Option<String>
§base_url: Option<String>
§app_secret: Option<String>
Trait Implementations§
Source§impl Clone for DfnsBaseApiOptions
impl Clone for DfnsBaseApiOptions
Source§fn clone(&self) -> DfnsBaseApiOptions
fn clone(&self) -> DfnsBaseApiOptions
Returns a copy 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 DfnsBaseApiOptions
impl Debug for DfnsBaseApiOptions
Source§impl<'de> Deserialize<'de> for DfnsBaseApiOptions
impl<'de> Deserialize<'de> for DfnsBaseApiOptions
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
Source§impl PartialEq for DfnsBaseApiOptions
impl PartialEq for DfnsBaseApiOptions
Source§impl Serialize for DfnsBaseApiOptions
impl Serialize for DfnsBaseApiOptions
impl StructuralPartialEq for DfnsBaseApiOptions
Auto Trait Implementations§
impl Freeze for DfnsBaseApiOptions
impl RefUnwindSafe for DfnsBaseApiOptions
impl Send for DfnsBaseApiOptions
impl Sync for DfnsBaseApiOptions
impl Unpin for DfnsBaseApiOptions
impl UnwindSafe for DfnsBaseApiOptions
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