Struct FrameName
pub struct FrameName(/* private fields */);Expand description
A non-empty robotics frame name.
Implementations§
Trait Implementations§
§impl Ord for FrameName
impl Ord for FrameName
§impl PartialOrd for FrameName
impl PartialOrd for FrameName
impl Eq for FrameName
impl StructuralPartialEq for FrameName
Auto Trait Implementations§
impl Freeze for FrameName
impl RefUnwindSafe for FrameName
impl Send for FrameName
impl Sync for FrameName
impl Unpin for FrameName
impl UnsafeUnpin for FrameName
impl UnwindSafe for FrameName
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