pub struct GetApplicationConfig { /* private fields */ }
Expand description
Returns application config, provided by the server. Can be called before authorization
Implementations§
Trait Implementations§
Source§impl AsRef<GetApplicationConfig> for GetApplicationConfig
impl AsRef<GetApplicationConfig> for GetApplicationConfig
Source§fn as_ref(&self) -> &GetApplicationConfig
fn as_ref(&self) -> &GetApplicationConfig
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for GetApplicationConfig
impl Clone for GetApplicationConfig
Source§fn clone(&self) -> GetApplicationConfig
fn clone(&self) -> GetApplicationConfig
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 GetApplicationConfig
impl Debug for GetApplicationConfig
Source§impl Default for GetApplicationConfig
impl Default for GetApplicationConfig
Source§fn default() -> GetApplicationConfig
fn default() -> GetApplicationConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetApplicationConfig
impl<'de> Deserialize<'de> for GetApplicationConfig
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 Serialize for GetApplicationConfig
impl Serialize for GetApplicationConfig
impl TDJsonValue for GetApplicationConfig
Auto Trait Implementations§
impl Freeze for GetApplicationConfig
impl RefUnwindSafe for GetApplicationConfig
impl Send for GetApplicationConfig
impl Sync for GetApplicationConfig
impl Unpin for GetApplicationConfig
impl UnwindSafe for GetApplicationConfig
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