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