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