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