Struct t_rust_less_lib::api::StoreConfig [−][src]
pub struct StoreConfig { pub name: String, pub store_url: String, pub client_id: String, pub autolock_timeout_secs: u64, pub default_identity_id: Option<String>, }
Fields
name: String
store_url: String
client_id: String
autolock_timeout_secs: u64
default_identity_id: Option<String>
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for StoreConfig
impl Send for StoreConfig
impl Sync for StoreConfig
impl Unpin for StoreConfig
impl UnwindSafe for StoreConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self