pub struct SendMsgStatus {
pub status: u32,
}Fields§
§status: u32Trait Implementations§
Source§impl Clone for SendMsgStatus
impl Clone for SendMsgStatus
Source§impl Debug for SendMsgStatus
impl Debug for SendMsgStatus
Source§impl FromResponse for SendMsgStatus
impl FromResponse for SendMsgStatus
Source§impl PartialEq for SendMsgStatus
impl PartialEq for SendMsgStatus
Source§impl<'tl> TlRead<'tl> for SendMsgStatus
impl<'tl> TlRead<'tl> for SendMsgStatus
Auto Trait Implementations§
impl Freeze for SendMsgStatus
impl RefUnwindSafe for SendMsgStatus
impl Send for SendMsgStatus
impl Sync for SendMsgStatus
impl Unpin for SendMsgStatus
impl UnwindSafe for SendMsgStatus
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