pub enum AckType {
Ack,
Reject,
}
Variants§
Auto Trait Implementations§
impl Freeze for AckType
impl RefUnwindSafe for AckType
impl Send for AckType
impl Sync for AckType
impl Unpin for AckType
impl UnwindSafe for AckType
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