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