pub struct SimpleAck {
pub invoke_id: u8,
pub service_choice: ConfirmedServiceChoice,
}Fields§
§invoke_id: u8§service_choice: ConfirmedServiceChoiceImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimpleAck
impl RefUnwindSafe for SimpleAck
impl Send for SimpleAck
impl Sync for SimpleAck
impl Unpin for SimpleAck
impl UnwindSafe for SimpleAck
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