pub struct StopThingRegistrationTaskRequest {
pub task_id: String,
}Fields§
§task_id: StringThe bulk thing provisioning task ID.
Trait Implementations§
Source§impl Clone for StopThingRegistrationTaskRequest
impl Clone for StopThingRegistrationTaskRequest
Source§fn clone(&self) -> StopThingRegistrationTaskRequest
fn clone(&self) -> StopThingRegistrationTaskRequest
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 Default for StopThingRegistrationTaskRequest
impl Default for StopThingRegistrationTaskRequest
Source§fn default() -> StopThingRegistrationTaskRequest
fn default() -> StopThingRegistrationTaskRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for StopThingRegistrationTaskRequest
impl PartialEq for StopThingRegistrationTaskRequest
Source§fn eq(&self, other: &StopThingRegistrationTaskRequest) -> bool
fn eq(&self, other: &StopThingRegistrationTaskRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StopThingRegistrationTaskRequest
Auto Trait Implementations§
impl Freeze for StopThingRegistrationTaskRequest
impl RefUnwindSafe for StopThingRegistrationTaskRequest
impl Send for StopThingRegistrationTaskRequest
impl Sync for StopThingRegistrationTaskRequest
impl Unpin for StopThingRegistrationTaskRequest
impl UnwindSafe for StopThingRegistrationTaskRequest
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