pub struct GetTones {
pub hash: i64,
}Expand description
Fields§
§hash: i64Trait Implementations§
Source§impl Deserializable for GetTones
impl Deserializable for GetTones
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 GetTones
impl Identifiable for GetTones
Source§const CONSTRUCTOR_ID: u32 = 0xabd59201
const CONSTRUCTOR_ID: u32 = 0xabd59201
The constructor ID as specified in the TL schema.
Source§impl Serializable for GetTones
impl Serializable for GetTones
impl StructuralPartialEq for GetTones
Auto Trait Implementations§
impl Freeze for GetTones
impl RefUnwindSafe for GetTones
impl Send for GetTones
impl Sync for GetTones
impl Unpin for GetTones
impl UnsafeUnpin for GetTones
impl UnwindSafe for GetTones
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