pub enum Apci {
GroupValueRead,
GroupValueResponse,
GroupValueWrite,
}Expand description
Only group-value services are modeled; all other APCI codes decode as InvalidFrame
(intentional scope limit).
Variants§
Implementations§
Trait Implementations§
impl Copy for Apci
impl Eq for Apci
impl StructuralPartialEq for Apci
Auto Trait Implementations§
impl Freeze for Apci
impl RefUnwindSafe for Apci
impl Send for Apci
impl Sync for Apci
impl Unpin for Apci
impl UnsafeUnpin for Apci
impl UnwindSafe for Apci
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