pub enum ObjectType {
DualReading,
TighteningProduction,
TighteningSimulation,
JointCheck,
Dimensional,
}
Variants§
Trait Implementations§
Source§impl Debug for ObjectType
impl Debug for ObjectType
Source§impl Decode for ObjectType
impl Decode for ObjectType
Source§impl Default for ObjectType
impl Default for ObjectType
Source§fn default() -> ObjectType
fn default() -> ObjectType
Returns the “default value” for a type. Read more
Source§impl Encode for ObjectType
impl Encode for ObjectType
Source§impl PartialEq for ObjectType
impl PartialEq for ObjectType
impl Eq for ObjectType
impl StructuralPartialEq for ObjectType
Auto Trait Implementations§
impl Freeze for ObjectType
impl RefUnwindSafe for ObjectType
impl Send for ObjectType
impl Sync for ObjectType
impl Unpin for ObjectType
impl UnwindSafe for ObjectType
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