pub enum JointCondition {
Fix,
Pin,
}Variants§
Trait Implementations§
Source§impl Debug for JointCondition
impl Debug for JointCondition
Source§impl FromStr for JointCondition
impl FromStr for JointCondition
Auto Trait Implementations§
impl Freeze for JointCondition
impl RefUnwindSafe for JointCondition
impl Send for JointCondition
impl Sync for JointCondition
impl Unpin for JointCondition
impl UnwindSafe for JointCondition
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