pub struct ReadMessageContents {
pub channel: InputChannel,
pub id: Vec<i32>,
}Expand description
Generated from:
channels.readMessageContents#eab5dc38 channel:InputChannel id:Vector<int> = BoolFields§
§channel: InputChannel§id: Vec<i32>Trait Implementations§
Source§impl Clone for ReadMessageContents
impl Clone for ReadMessageContents
Source§fn clone(&self) -> ReadMessageContents
fn clone(&self) -> ReadMessageContents
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 ReadMessageContents
impl Debug for ReadMessageContents
Source§impl Identifiable for ReadMessageContents
impl Identifiable for ReadMessageContents
Source§const CONSTRUCTOR_ID: u32 = 0xeab5dc38
const CONSTRUCTOR_ID: u32 = 0xeab5dc38
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ReadMessageContents
impl PartialEq for ReadMessageContents
Source§impl RemoteCall for ReadMessageContents
impl RemoteCall for ReadMessageContents
Source§impl Serializable for ReadMessageContents
impl Serializable for ReadMessageContents
impl StructuralPartialEq for ReadMessageContents
Auto Trait Implementations§
impl Freeze for ReadMessageContents
impl RefUnwindSafe for ReadMessageContents
impl Send for ReadMessageContents
impl Sync for ReadMessageContents
impl Unpin for ReadMessageContents
impl UnsafeUnpin for ReadMessageContents
impl UnwindSafe for ReadMessageContents
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