pub struct StatusParams {
pub msg_id: u64,
}Fields§
§msg_id: u64Auto Trait Implementations§
impl Freeze for StatusParams
impl RefUnwindSafe for StatusParams
impl Send for StatusParams
impl Sync for StatusParams
impl Unpin for StatusParams
impl UnwindSafe for StatusParams
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