pub struct GraspableObject {
pub object: Object,
pub grasps: Vec<Grasp>,
}Fields§
§object: Object§grasps: Vec<Grasp>Trait Implementations§
Source§impl Clone for GraspableObject
impl Clone for GraspableObject
Source§fn clone(&self) -> GraspableObject
fn clone(&self) -> GraspableObject
Returns a duplicate of the value. Read more
1.0.0 · 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 GraspableObject
impl Debug for GraspableObject
Source§impl Default for GraspableObject
impl Default for GraspableObject
Source§impl<'de> Deserialize<'de> for GraspableObject
impl<'de> Deserialize<'de> for GraspableObject
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GraspableObject
impl PartialEq for GraspableObject
Source§impl Serialize for GraspableObject
impl Serialize for GraspableObject
impl Message for GraspableObject
impl StructuralPartialEq for GraspableObject
Auto Trait Implementations§
impl Freeze for GraspableObject
impl RefUnwindSafe for GraspableObject
impl Send for GraspableObject
impl Sync for GraspableObject
impl Unpin for GraspableObject
impl UnwindSafe for GraspableObject
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