pub enum JointOwner {
Robot,
ComponentType(ComponentTypeId),
}Expand description
Which structure a rejected joint belongs to.
Variants§
Trait Implementations§
Source§impl Clone for JointOwner
impl Clone for JointOwner
Source§fn clone(&self) -> JointOwner
fn clone(&self) -> JointOwner
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JointOwner
impl Debug for JointOwner
Source§impl Display for JointOwner
impl Display for JointOwner
impl Eq for JointOwner
Source§impl PartialEq for JointOwner
impl PartialEq for JointOwner
impl StructuralPartialEq for JointOwner
Auto Trait Implementations§
impl Freeze for JointOwner
impl RefUnwindSafe for JointOwner
impl Send for JointOwner
impl Sync for JointOwner
impl Unpin for JointOwner
impl UnsafeUnpin for JointOwner
impl UnwindSafe for JointOwner
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