pub struct PendingDeviceResponse {
pub fields: HashMap<String, Value>,
}Expand description
Pending device — from GET /v1/sites/{siteId}/devices/pending.
Fields§
§fields: HashMap<String, Value>Trait Implementations§
Source§impl Clone for PendingDeviceResponse
impl Clone for PendingDeviceResponse
Source§fn clone(&self) -> PendingDeviceResponse
fn clone(&self) -> PendingDeviceResponse
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 PendingDeviceResponse
impl Debug for PendingDeviceResponse
Source§impl<'de> Deserialize<'de> for PendingDeviceResponse
impl<'de> Deserialize<'de> for PendingDeviceResponse
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 PendingDeviceResponse
impl PartialEq for PendingDeviceResponse
Source§impl Serialize for PendingDeviceResponse
impl Serialize for PendingDeviceResponse
impl StructuralPartialEq for PendingDeviceResponse
Auto Trait Implementations§
impl Freeze for PendingDeviceResponse
impl RefUnwindSafe for PendingDeviceResponse
impl Send for PendingDeviceResponse
impl Sync for PendingDeviceResponse
impl Unpin for PendingDeviceResponse
impl UnsafeUnpin for PendingDeviceResponse
impl UnwindSafe for PendingDeviceResponse
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