pub enum LinkRole {
Parent,
Child,
}Expand description
Which end of a joint named a missing link.
Variants§
Trait Implementations§
impl Copy for LinkRole
impl Eq for LinkRole
impl StructuralPartialEq for LinkRole
Auto Trait Implementations§
impl Freeze for LinkRole
impl RefUnwindSafe for LinkRole
impl Send for LinkRole
impl Sync for LinkRole
impl Unpin for LinkRole
impl UnsafeUnpin for LinkRole
impl UnwindSafe for LinkRole
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