pub struct GetDhConfig {
pub version: i32,
pub random_length: i32,
}Expand description
Generated from:
messages.getDhConfig#26cf8950 version:int random_length:int = messages.DhConfigFields§
§version: i32§random_length: i32Trait Implementations§
Source§impl Clone for GetDhConfig
impl Clone for GetDhConfig
Source§fn clone(&self) -> GetDhConfig
fn clone(&self) -> GetDhConfig
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 GetDhConfig
impl Debug for GetDhConfig
Source§impl Identifiable for GetDhConfig
impl Identifiable for GetDhConfig
Source§const CONSTRUCTOR_ID: u32 = 0x26cf8950
const CONSTRUCTOR_ID: u32 = 0x26cf8950
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetDhConfig
impl PartialEq for GetDhConfig
Source§impl RemoteCall for GetDhConfig
impl RemoteCall for GetDhConfig
Source§impl Serializable for GetDhConfig
impl Serializable for GetDhConfig
impl StructuralPartialEq for GetDhConfig
Auto Trait Implementations§
impl Freeze for GetDhConfig
impl RefUnwindSafe for GetDhConfig
impl Send for GetDhConfig
impl Sync for GetDhConfig
impl Unpin for GetDhConfig
impl UnsafeUnpin for GetDhConfig
impl UnwindSafe for GetDhConfig
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