pub struct RpcAnswerDroppedRunning {}Expand description
Trait Implementations§
Source§impl Clone for RpcAnswerDroppedRunning
impl Clone for RpcAnswerDroppedRunning
Source§fn clone(&self) -> RpcAnswerDroppedRunning
fn clone(&self) -> RpcAnswerDroppedRunning
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 RpcAnswerDroppedRunning
impl Debug for RpcAnswerDroppedRunning
Source§impl Deserializable for RpcAnswerDroppedRunning
impl Deserializable for RpcAnswerDroppedRunning
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<RpcAnswerDroppedRunning> for RpcDropAnswer
impl From<RpcAnswerDroppedRunning> for RpcDropAnswer
Source§fn from(_x: RpcAnswerDroppedRunning) -> Self
fn from(_x: RpcAnswerDroppedRunning) -> Self
Converts to this type from the input type.
Source§impl Identifiable for RpcAnswerDroppedRunning
impl Identifiable for RpcAnswerDroppedRunning
Source§const CONSTRUCTOR_ID: u32 = 0xcd78e586
const CONSTRUCTOR_ID: u32 = 0xcd78e586
The constructor ID as specified in the TL schema.
Source§impl PartialEq for RpcAnswerDroppedRunning
impl PartialEq for RpcAnswerDroppedRunning
impl StructuralPartialEq for RpcAnswerDroppedRunning
Auto Trait Implementations§
impl Freeze for RpcAnswerDroppedRunning
impl RefUnwindSafe for RpcAnswerDroppedRunning
impl Send for RpcAnswerDroppedRunning
impl Sync for RpcAnswerDroppedRunning
impl Unpin for RpcAnswerDroppedRunning
impl UnsafeUnpin for RpcAnswerDroppedRunning
impl UnwindSafe for RpcAnswerDroppedRunning
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