#[repr(u8)]pub enum Ibiresp {
ACK = 0,
NACK = 1,
ACK_WITH_MANDATORY = 2,
MANUAL = 3,
}Variants§
ACK = 0
ACK (acknowledge)
NACK = 1
NACK (reject)
ACK_WITH_MANDATORY = 2
Acknowledge with mandatory byte
MANUAL = 3
Manual
Implementations§
Trait Implementations§
Source§impl Ord for Ibiresp
impl Ord for Ibiresp
Source§impl PartialOrd for Ibiresp
impl PartialOrd for Ibiresp
impl Copy for Ibiresp
impl Eq for Ibiresp
impl StructuralPartialEq for Ibiresp
Auto Trait Implementations§
impl Freeze for Ibiresp
impl RefUnwindSafe for Ibiresp
impl Send for Ibiresp
impl Sync for Ibiresp
impl Unpin for Ibiresp
impl UnwindSafe for Ibiresp
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