pub enum AckStatus {
Success,
Failure,
}Expand description
Status code in ACK responses.
Variants§
Trait Implementations§
impl Copy for AckStatus
impl Eq for AckStatus
impl StructuralPartialEq for AckStatus
Auto Trait Implementations§
impl Freeze for AckStatus
impl RefUnwindSafe for AckStatus
impl Send for AckStatus
impl Sync for AckStatus
impl Unpin for AckStatus
impl UnsafeUnpin for AckStatus
impl UnwindSafe for AckStatus
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