pub enum TipShape {
Blunt,
Sharp,
Stable,
}Expand description
Simple tip shape - matches original controller
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TipShape
impl<'de> Deserialize<'de> for TipShape
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<TipShape> for ExecutionResult
impl ExpectFromExecution<TipShape> for ExecutionResult
fn expect_from_execution(self) -> Result<TipShape, NanonisError>
impl Copy for TipShape
impl StructuralPartialEq for TipShape
Auto Trait Implementations§
impl Freeze for TipShape
impl RefUnwindSafe for TipShape
impl Send for TipShape
impl Sync for TipShape
impl Unpin for TipShape
impl UnwindSafe for TipShape
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