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