pub struct DhConfigNotModified {
pub random: Vec<u8>,
}Expand description
Generated from:
messages.dhConfigNotModified#c0e24635 random:bytes = messages.DhConfigFields§
§random: Vec<u8>Trait Implementations§
Source§impl Clone for DhConfigNotModified
impl Clone for DhConfigNotModified
Source§fn clone(&self) -> DhConfigNotModified
fn clone(&self) -> DhConfigNotModified
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 DhConfigNotModified
impl Debug for DhConfigNotModified
Source§impl Deserializable for DhConfigNotModified
impl Deserializable for DhConfigNotModified
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<DhConfigNotModified> for DhConfig
impl From<DhConfigNotModified> for DhConfig
Source§fn from(x: DhConfigNotModified) -> Self
fn from(x: DhConfigNotModified) -> Self
Converts to this type from the input type.
Source§impl Identifiable for DhConfigNotModified
impl Identifiable for DhConfigNotModified
Source§const CONSTRUCTOR_ID: u32 = 0xc0e24635
const CONSTRUCTOR_ID: u32 = 0xc0e24635
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DhConfigNotModified
impl PartialEq for DhConfigNotModified
Source§impl Serializable for DhConfigNotModified
impl Serializable for DhConfigNotModified
Source§impl TryFrom<DhConfig> for DhConfigNotModified
impl TryFrom<DhConfig> for DhConfigNotModified
impl StructuralPartialEq for DhConfigNotModified
Auto Trait Implementations§
impl Freeze for DhConfigNotModified
impl RefUnwindSafe for DhConfigNotModified
impl Send for DhConfigNotModified
impl Sync for DhConfigNotModified
impl Unpin for DhConfigNotModified
impl UnsafeUnpin for DhConfigNotModified
impl UnwindSafe for DhConfigNotModified
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