pub enum TraceType {
Angle,
Torque,
Current,
Gradient,
Stroke,
Force,
}
Variants§
Trait Implementations§
impl Eq for TraceType
impl StructuralPartialEq for TraceType
Auto Trait Implementations§
impl Freeze for TraceType
impl RefUnwindSafe for TraceType
impl Send for TraceType
impl Sync for TraceType
impl Unpin for TraceType
impl UnwindSafe for TraceType
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