Struct rust_tdlib::types::GetApplicationConfig
source · [−]pub struct GetApplicationConfig { /* private fields */ }Expand description
Returns application config, provided by the server. Can be called before authorization
Implementations
Trait Implementations
sourceimpl AsRef<GetApplicationConfig> for GetApplicationConfig
impl AsRef<GetApplicationConfig> for GetApplicationConfig
sourcefn as_ref(&self) -> &GetApplicationConfig
fn as_ref(&self) -> &GetApplicationConfig
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for GetApplicationConfig
impl Clone for GetApplicationConfig
sourcefn clone(&self) -> GetApplicationConfig
fn clone(&self) -> GetApplicationConfig
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 more
sourceimpl Debug for GetApplicationConfig
impl Debug for GetApplicationConfig
sourceimpl Default for GetApplicationConfig
impl Default for GetApplicationConfig
sourcefn default() -> GetApplicationConfig
fn default() -> GetApplicationConfig
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetApplicationConfig
impl<'de> Deserialize<'de> for GetApplicationConfig
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 Serialize for GetApplicationConfig
impl Serialize for GetApplicationConfig
impl TDJsonValue for GetApplicationConfig
Auto Trait Implementations
impl RefUnwindSafe for GetApplicationConfig
impl Send for GetApplicationConfig
impl Sync for GetApplicationConfig
impl Unpin for GetApplicationConfig
impl UnwindSafe for GetApplicationConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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