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