pub enum PathVariant {
RealVector(Path<RealVectorState>),
SO2(Path<SO2State>),
SO3(Path<SO3State>),
Compound(Path<CompoundState>),
SE2(Path<SE2State>),
SE3(Path<SE3State>),
}Variants§
RealVector(Path<RealVectorState>)
SO2(Path<SO2State>)
SO3(Path<SO3State>)
Compound(Path<CompoundState>)
SE2(Path<SE2State>)
SE3(Path<SE3State>)
Auto Trait Implementations§
impl !RefUnwindSafe for PathVariant
impl !UnwindSafe for PathVariant
impl Freeze for PathVariant
impl Send for PathVariant
impl Sync for PathVariant
impl Unpin for PathVariant
impl UnsafeUnpin for PathVariant
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