pub struct TipState {
pub shape: TipShape,
pub measured_signals: HashMap<SignalIndex, f32>,
pub metadata: HashMap<String, String>,
}Expand description
Tip state determination result with measured values
Fields§
§shape: TipShape§measured_signals: HashMap<SignalIndex, f32>§metadata: HashMap<String, String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TipState
impl<'de> Deserialize<'de> for TipState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl ExpectFromExecution<TipState> for ExecutionResult
impl ExpectFromExecution<TipState> for ExecutionResult
fn expect_from_execution(self) -> Result<TipState, NanonisError>
impl StructuralPartialEq for TipState
Auto Trait Implementations§
impl Freeze for TipState
impl RefUnwindSafe for TipState
impl Send for TipState
impl Sync for TipState
impl Unpin for TipState
impl UnwindSafe for TipState
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