pub struct UpdateWebhooksRequest {
pub error_response_json_template: Option<String>,
pub facility_license_numbers: Option<String>,
pub object_type: Option<String>,
pub server_public_key_fingerprint: Option<String>,
pub status: Option<String>,
pub template: Option<String>,
pub tpi_api_key: Option<String>,
pub url: Option<String>,
pub user_api_key: Option<String>,
pub verb: Option<String>,
}Fields§
§error_response_json_template: Option<String>§facility_license_numbers: Option<String>§object_type: Option<String>§server_public_key_fingerprint: Option<String>§status: Option<String>§template: Option<String>§tpi_api_key: Option<String>§url: Option<String>§user_api_key: Option<String>§verb: Option<String>Trait Implementations§
Source§impl Clone for UpdateWebhooksRequest
impl Clone for UpdateWebhooksRequest
Source§fn clone(&self) -> UpdateWebhooksRequest
fn clone(&self) -> UpdateWebhooksRequest
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 UpdateWebhooksRequest
impl Debug for UpdateWebhooksRequest
Source§impl<'de> Deserialize<'de> for UpdateWebhooksRequest
impl<'de> Deserialize<'de> for UpdateWebhooksRequest
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
Auto Trait Implementations§
impl Freeze for UpdateWebhooksRequest
impl RefUnwindSafe for UpdateWebhooksRequest
impl Send for UpdateWebhooksRequest
impl Sync for UpdateWebhooksRequest
impl Unpin for UpdateWebhooksRequest
impl UnsafeUnpin for UpdateWebhooksRequest
impl UnwindSafe for UpdateWebhooksRequest
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