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