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