pub struct GetDifference {
pub pts: i32,
pub pts_limit: Option<i32>,
pub pts_total_limit: Option<i32>,
pub date: i32,
pub qts: i32,
pub qts_limit: Option<i32>,
}Expand description
Generated from:
updates.getDifference#19c2f763 flags:# pts:int pts_limit:flags.1?int pts_total_limit:flags.0?int date:int qts:int qts_limit:flags.2?int = updates.DifferenceFields§
§pts: i32§pts_limit: Option<i32>§pts_total_limit: Option<i32>§date: i32§qts: i32§qts_limit: Option<i32>Trait Implementations§
Source§impl Clone for GetDifference
impl Clone for GetDifference
Source§fn clone(&self) -> GetDifference
fn clone(&self) -> GetDifference
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 GetDifference
impl Debug for GetDifference
Source§impl Identifiable for GetDifference
impl Identifiable for GetDifference
Source§const CONSTRUCTOR_ID: u32 = 0x19c2f763
const CONSTRUCTOR_ID: u32 = 0x19c2f763
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetDifference
impl PartialEq for GetDifference
Source§impl RemoteCall for GetDifference
impl RemoteCall for GetDifference
Source§type Return = Difference
type Return = Difference
The deserialized response type.
Source§impl Serializable for GetDifference
impl Serializable for GetDifference
impl StructuralPartialEq for GetDifference
Auto Trait Implementations§
impl Freeze for GetDifference
impl RefUnwindSafe for GetDifference
impl Send for GetDifference
impl Sync for GetDifference
impl Unpin for GetDifference
impl UnsafeUnpin for GetDifference
impl UnwindSafe for GetDifference
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