pub struct Robot(/* private fields */);
Expand description
A robot component.
Implementations§
Source§impl Robot
impl Robot
Trait Implementations§
Source§impl Ord for Robot
impl Ord for Robot
Source§impl PartialOrd for Robot
impl PartialOrd for Robot
impl Copy for Robot
impl Eq for Robot
impl StructuralPartialEq for Robot
Auto Trait Implementations§
impl Freeze for Robot
impl RefUnwindSafe for Robot
impl Send for Robot
impl Sync for Robot
impl Unpin for Robot
impl UnwindSafe for Robot
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