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