pub struct RelintioConfig {
pub license_key: String,
pub api_url: String,
pub sync_interval_seconds: u64,
}Fields§
§license_key: String§api_url: String§sync_interval_seconds: u64Trait Implementations§
Source§impl Clone for RelintioConfig
impl Clone for RelintioConfig
Source§fn clone(&self) -> RelintioConfig
fn clone(&self) -> RelintioConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RelintioConfig
impl Debug for RelintioConfig
Source§impl<'de> Deserialize<'de> for RelintioConfig
impl<'de> Deserialize<'de> for RelintioConfig
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 RelintioConfig
impl RefUnwindSafe for RelintioConfig
impl Send for RelintioConfig
impl Sync for RelintioConfig
impl Unpin for RelintioConfig
impl UnsafeUnpin for RelintioConfig
impl UnwindSafe for RelintioConfig
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