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