pub struct PostWebhooksResponse {
pub webhook: Option<PostWebhooksResponseWebhook>,
}
Fields§
§webhook: Option<PostWebhooksResponseWebhook>
Information about the webhook.
Trait Implementations§
Source§impl Clone for PostWebhooksResponse
impl Clone for PostWebhooksResponse
Source§fn clone(&self) -> PostWebhooksResponse
fn clone(&self) -> PostWebhooksResponse
Returns a copy 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 PostWebhooksResponse
impl Debug for PostWebhooksResponse
Source§impl<'de> Deserialize<'de> for PostWebhooksResponse
impl<'de> Deserialize<'de> for PostWebhooksResponse
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 PostWebhooksResponse
impl PartialEq for PostWebhooksResponse
Source§impl Serialize for PostWebhooksResponse
impl Serialize for PostWebhooksResponse
impl StructuralPartialEq for PostWebhooksResponse
Auto Trait Implementations§
impl Freeze for PostWebhooksResponse
impl RefUnwindSafe for PostWebhooksResponse
impl Send for PostWebhooksResponse
impl Sync for PostWebhooksResponse
impl Unpin for PostWebhooksResponse
impl UnwindSafe for PostWebhooksResponse
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