pub struct RobotRelocationStatusRequest;Implementations§
Trait Implementations§
Source§impl Clone for RobotRelocationStatusRequest
impl Clone for RobotRelocationStatusRequest
Source§fn clone(&self) -> RobotRelocationStatusRequest
fn clone(&self) -> RobotRelocationStatusRequest
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 RobotRelocationStatusRequest
impl Debug for RobotRelocationStatusRequest
Source§impl Default for RobotRelocationStatusRequest
impl Default for RobotRelocationStatusRequest
Source§fn default() -> RobotRelocationStatusRequest
fn default() -> RobotRelocationStatusRequest
Returns the “default value” for a type. Read more
Source§impl ToRequestBody for RobotRelocationStatusRequest
impl ToRequestBody for RobotRelocationStatusRequest
fn to_api_request(&self) -> ApiRequest
Auto Trait Implementations§
impl Freeze for RobotRelocationStatusRequest
impl RefUnwindSafe for RobotRelocationStatusRequest
impl Send for RobotRelocationStatusRequest
impl Sync for RobotRelocationStatusRequest
impl Unpin for RobotRelocationStatusRequest
impl UnwindSafe for RobotRelocationStatusRequest
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