Enum modbus_rtu::packet::ResponseState
source · pub enum ResponseState {
Empty,
Receiving(usize),
}Variants§
Auto Trait Implementations§
impl Freeze for ResponseState
impl RefUnwindSafe for ResponseState
impl Send for ResponseState
impl Sync for ResponseState
impl Unpin for ResponseState
impl UnwindSafe for ResponseState
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