pub enum TransmissionStep {
Connect,
Send,
Close,
}Expand description
Indicates what step in the data transmission that the sensor is in. Used
in TransmissionError for reporting information about where things went wrong
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TransmissionStep
impl RefUnwindSafe for TransmissionStep
impl Send for TransmissionStep
impl Sync for TransmissionStep
impl Unpin for TransmissionStep
impl UnwindSafe for TransmissionStep
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