pub struct PatchOrgsUpdateWebhookConfigForOrg {
pub url: Option<WebhookConfigUrl>,
pub content_type: Option<WebhookConfigContentType>,
pub secret: Option<WebhookConfigSecret>,
pub insecure_ssl: Option<WebhookConfigInsecureSsl>,
}Fields§
§url: Option<WebhookConfigUrl>§content_type: Option<WebhookConfigContentType>§secret: Option<WebhookConfigSecret>§insecure_ssl: Option<WebhookConfigInsecureSsl>Trait Implementations§
Source§impl Clone for PatchOrgsUpdateWebhookConfigForOrg
impl Clone for PatchOrgsUpdateWebhookConfigForOrg
Source§fn clone(&self) -> PatchOrgsUpdateWebhookConfigForOrg
fn clone(&self) -> PatchOrgsUpdateWebhookConfigForOrg
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 PatchOrgsUpdateWebhookConfigForOrg
impl Default for PatchOrgsUpdateWebhookConfigForOrg
Source§fn default() -> PatchOrgsUpdateWebhookConfigForOrg
fn default() -> PatchOrgsUpdateWebhookConfigForOrg
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PatchOrgsUpdateWebhookConfigForOrg
impl<'de> Deserialize<'de> for PatchOrgsUpdateWebhookConfigForOrg
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 PatchOrgsUpdateWebhookConfigForOrg
impl PartialEq for PatchOrgsUpdateWebhookConfigForOrg
Source§fn eq(&self, other: &PatchOrgsUpdateWebhookConfigForOrg) -> bool
fn eq(&self, other: &PatchOrgsUpdateWebhookConfigForOrg) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PatchOrgsUpdateWebhookConfigForOrg
Auto Trait Implementations§
impl Freeze for PatchOrgsUpdateWebhookConfigForOrg
impl RefUnwindSafe for PatchOrgsUpdateWebhookConfigForOrg
impl Send for PatchOrgsUpdateWebhookConfigForOrg
impl Sync for PatchOrgsUpdateWebhookConfigForOrg
impl Unpin for PatchOrgsUpdateWebhookConfigForOrg
impl UnwindSafe for PatchOrgsUpdateWebhookConfigForOrg
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