pub struct GetThingShadowResponse {
pub payload: Option<Bytes>,
}Expand description
The output from the GetThingShadow operation.
Fields§
§payload: Option<Bytes>The state information, in JSON format.
Trait Implementations§
Source§impl Clone for GetThingShadowResponse
impl Clone for GetThingShadowResponse
Source§fn clone(&self) -> GetThingShadowResponse
fn clone(&self) -> GetThingShadowResponse
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 GetThingShadowResponse
impl Debug for GetThingShadowResponse
Source§impl Default for GetThingShadowResponse
impl Default for GetThingShadowResponse
Source§fn default() -> GetThingShadowResponse
fn default() -> GetThingShadowResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetThingShadowResponse
impl PartialEq for GetThingShadowResponse
impl StructuralPartialEq for GetThingShadowResponse
Auto Trait Implementations§
impl !Freeze for GetThingShadowResponse
impl RefUnwindSafe for GetThingShadowResponse
impl Send for GetThingShadowResponse
impl Sync for GetThingShadowResponse
impl Unpin for GetThingShadowResponse
impl UnwindSafe for GetThingShadowResponse
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