pub struct SensorWebhookResponse {
pub accepted: Option<bool>,
}Expand description
SensorWebhookResponse model.
Fields§
§accepted: Option<bool>Trait Implementations§
Source§impl Clone for SensorWebhookResponse
impl Clone for SensorWebhookResponse
Source§fn clone(&self) -> SensorWebhookResponse
fn clone(&self) -> SensorWebhookResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SensorWebhookResponse
impl Debug for SensorWebhookResponse
Source§impl Default for SensorWebhookResponse
impl Default for SensorWebhookResponse
Source§fn default() -> SensorWebhookResponse
fn default() -> SensorWebhookResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SensorWebhookResponse
impl<'de> Deserialize<'de> for SensorWebhookResponse
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 SensorWebhookResponse
impl PartialEq for SensorWebhookResponse
Source§impl Serialize for SensorWebhookResponse
impl Serialize for SensorWebhookResponse
impl StructuralPartialEq for SensorWebhookResponse
Auto Trait Implementations§
impl Freeze for SensorWebhookResponse
impl RefUnwindSafe for SensorWebhookResponse
impl Send for SensorWebhookResponse
impl Sync for SensorWebhookResponse
impl Unpin for SensorWebhookResponse
impl UnsafeUnpin for SensorWebhookResponse
impl UnwindSafe for SensorWebhookResponse
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