Struct primitives::config::PlatformConfig
source · Fields
url: ApiUrl
keep_alive_interval: Duration
Trait Implementations
sourceimpl Clone for PlatformConfig
impl Clone for PlatformConfig
sourcefn clone(&self) -> PlatformConfig
fn clone(&self) -> PlatformConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PlatformConfig
impl Debug for PlatformConfig
sourceimpl<'de> Deserialize<'de> for PlatformConfig
impl<'de> Deserialize<'de> for PlatformConfig
sourcefn 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
sourceimpl PartialEq<PlatformConfig> for PlatformConfig
impl PartialEq<PlatformConfig> for PlatformConfig
sourcefn eq(&self, other: &PlatformConfig) -> bool
fn eq(&self, other: &PlatformConfig) -> bool
sourceimpl Serialize for PlatformConfig
impl Serialize for PlatformConfig
impl Eq for PlatformConfig
impl StructuralEq for PlatformConfig
impl StructuralPartialEq for PlatformConfig
Auto Trait Implementations
impl RefUnwindSafe for PlatformConfig
impl Send for PlatformConfig
impl Sync for PlatformConfig
impl Unpin for PlatformConfig
impl UnwindSafe for PlatformConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more