pub struct MsgsAck {
pub msg_ids: Vec<i64>,
}Expand description
Fields§
§msg_ids: Vec<i64>Trait Implementations§
Source§impl Deserializable for MsgsAck
impl Deserializable for MsgsAck
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 Identifiable for MsgsAck
impl Identifiable for MsgsAck
Source§const CONSTRUCTOR_ID: u32 = 0x62d6b459
const CONSTRUCTOR_ID: u32 = 0x62d6b459
The constructor ID as specified in the TL schema.
Source§impl Serializable for MsgsAck
impl Serializable for MsgsAck
impl StructuralPartialEq for MsgsAck
Auto Trait Implementations§
impl Freeze for MsgsAck
impl RefUnwindSafe for MsgsAck
impl Send for MsgsAck
impl Sync for MsgsAck
impl Unpin for MsgsAck
impl UnsafeUnpin for MsgsAck
impl UnwindSafe for MsgsAck
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