pub struct UpdateReadChannelOutbox {
pub channel_id: i64,
pub max_id: i32,
}Expand description
Generated from:
updateReadChannelOutbox#b75f99a9 channel_id:long max_id:int = UpdateFields§
§channel_id: i64§max_id: i32Trait Implementations§
Source§impl Clone for UpdateReadChannelOutbox
impl Clone for UpdateReadChannelOutbox
Source§fn clone(&self) -> UpdateReadChannelOutbox
fn clone(&self) -> UpdateReadChannelOutbox
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 UpdateReadChannelOutbox
impl Debug for UpdateReadChannelOutbox
Source§impl Deserializable for UpdateReadChannelOutbox
impl Deserializable for UpdateReadChannelOutbox
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<UpdateReadChannelOutbox> for Update
impl From<UpdateReadChannelOutbox> for Update
Source§fn from(x: UpdateReadChannelOutbox) -> Self
fn from(x: UpdateReadChannelOutbox) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateReadChannelOutbox
impl Identifiable for UpdateReadChannelOutbox
Source§const CONSTRUCTOR_ID: u32 = 0xb75f99a9
const CONSTRUCTOR_ID: u32 = 0xb75f99a9
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateReadChannelOutbox
impl PartialEq for UpdateReadChannelOutbox
Source§impl TryFrom<Update> for UpdateReadChannelOutbox
impl TryFrom<Update> for UpdateReadChannelOutbox
impl StructuralPartialEq for UpdateReadChannelOutbox
Auto Trait Implementations§
impl Freeze for UpdateReadChannelOutbox
impl RefUnwindSafe for UpdateReadChannelOutbox
impl Send for UpdateReadChannelOutbox
impl Sync for UpdateReadChannelOutbox
impl Unpin for UpdateReadChannelOutbox
impl UnsafeUnpin for UpdateReadChannelOutbox
impl UnwindSafe for UpdateReadChannelOutbox
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