pub struct GetAppConfig {
pub hash: i32,
}Expand description
Fields§
§hash: i32Trait Implementations§
Source§impl Clone for GetAppConfig
impl Clone for GetAppConfig
Source§fn clone(&self) -> GetAppConfig
fn clone(&self) -> GetAppConfig
Returns a duplicate 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 GetAppConfig
impl Debug for GetAppConfig
Source§impl Identifiable for GetAppConfig
impl Identifiable for GetAppConfig
Source§const CONSTRUCTOR_ID: u32 = 0x61e3f854
const CONSTRUCTOR_ID: u32 = 0x61e3f854
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetAppConfig
impl PartialEq for GetAppConfig
Source§impl RemoteCall for GetAppConfig
impl RemoteCall for GetAppConfig
Source§impl Serializable for GetAppConfig
impl Serializable for GetAppConfig
impl StructuralPartialEq for GetAppConfig
Auto Trait Implementations§
impl Freeze for GetAppConfig
impl RefUnwindSafe for GetAppConfig
impl Send for GetAppConfig
impl Sync for GetAppConfig
impl Unpin for GetAppConfig
impl UnsafeUnpin for GetAppConfig
impl UnwindSafe for GetAppConfig
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