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