pub struct RegAck {
pub topic_id: u16,
pub msg_id: u16,
pub code: ReturnCode,
}Fields§
§topic_id: u16§msg_id: u16§code: ReturnCodeTrait Implementations§
impl Copy for RegAck
impl StructuralPartialEq for RegAck
Auto Trait Implementations§
impl Freeze for RegAck
impl RefUnwindSafe for RegAck
impl Send for RegAck
impl Sync for RegAck
impl Unpin for RegAck
impl UnwindSafe for RegAck
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