pub enum IdentifierKind {
RobotId,
RobotLink,
RobotJoint,
ComponentType,
ComponentInstance,
Capability,
}Expand description
What a rejected identifier was being used to name.
Variants§
Trait Implementations§
Source§impl Clone for IdentifierKind
impl Clone for IdentifierKind
Source§fn clone(&self) -> IdentifierKind
fn clone(&self) -> IdentifierKind
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 moreimpl Copy for IdentifierKind
Source§impl Debug for IdentifierKind
impl Debug for IdentifierKind
Source§impl Display for IdentifierKind
impl Display for IdentifierKind
impl Eq for IdentifierKind
Source§impl PartialEq for IdentifierKind
impl PartialEq for IdentifierKind
impl StructuralPartialEq for IdentifierKind
Auto Trait Implementations§
impl Freeze for IdentifierKind
impl RefUnwindSafe for IdentifierKind
impl Send for IdentifierKind
impl Sync for IdentifierKind
impl Unpin for IdentifierKind
impl UnsafeUnpin for IdentifierKind
impl UnwindSafe for IdentifierKind
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