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