pub enum PduState {
Uninitialized,
HeaderValid,
BodyValid,
Complete,
}Expand description
Protocol version and header related states
Variants§
Trait Implementations§
impl Copy for PduState
impl Eq for PduState
impl StructuralPartialEq for PduState
Auto Trait Implementations§
impl Freeze for PduState
impl RefUnwindSafe for PduState
impl Send for PduState
impl Sync for PduState
impl Unpin for PduState
impl UnwindSafe for PduState
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