pub struct SentCodeTypeCall {
pub length: i32,
}Expand description
Fields§
§length: i32Trait Implementations§
Source§impl Clone for SentCodeTypeCall
impl Clone for SentCodeTypeCall
Source§fn clone(&self) -> SentCodeTypeCall
fn clone(&self) -> SentCodeTypeCall
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 SentCodeTypeCall
impl Debug for SentCodeTypeCall
Source§impl Deserializable for SentCodeTypeCall
impl Deserializable for SentCodeTypeCall
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<SentCodeTypeCall> for SentCodeType
impl From<SentCodeTypeCall> for SentCodeType
Source§fn from(x: SentCodeTypeCall) -> Self
fn from(x: SentCodeTypeCall) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SentCodeTypeCall
impl Identifiable for SentCodeTypeCall
Source§const CONSTRUCTOR_ID: u32 = 0x5353e5a7
const CONSTRUCTOR_ID: u32 = 0x5353e5a7
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SentCodeTypeCall
impl PartialEq for SentCodeTypeCall
Source§impl Serializable for SentCodeTypeCall
impl Serializable for SentCodeTypeCall
Source§impl TryFrom<SentCodeType> for SentCodeTypeCall
impl TryFrom<SentCodeType> for SentCodeTypeCall
Source§type Error = SentCodeType
type Error = SentCodeType
The type returned in the event of a conversion error.
impl StructuralPartialEq for SentCodeTypeCall
Auto Trait Implementations§
impl Freeze for SentCodeTypeCall
impl RefUnwindSafe for SentCodeTypeCall
impl Send for SentCodeTypeCall
impl Sync for SentCodeTypeCall
impl Unpin for SentCodeTypeCall
impl UnsafeUnpin for SentCodeTypeCall
impl UnwindSafe for SentCodeTypeCall
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