pub struct WebhookDataAllOf {
pub id: Option<String>,
}Fields§
§id: Option<String>The id of the webhook
Implementations§
Source§impl WebhookDataAllOf
impl WebhookDataAllOf
pub fn new() -> WebhookDataAllOf
Trait Implementations§
Source§impl Clone for WebhookDataAllOf
impl Clone for WebhookDataAllOf
Source§fn clone(&self) -> WebhookDataAllOf
fn clone(&self) -> WebhookDataAllOf
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 WebhookDataAllOf
impl Debug for WebhookDataAllOf
Source§impl Default for WebhookDataAllOf
impl Default for WebhookDataAllOf
Source§fn default() -> WebhookDataAllOf
fn default() -> WebhookDataAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhookDataAllOf
impl<'de> Deserialize<'de> for WebhookDataAllOf
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 WebhookDataAllOf
impl PartialEq for WebhookDataAllOf
Source§impl Serialize for WebhookDataAllOf
impl Serialize for WebhookDataAllOf
impl StructuralPartialEq for WebhookDataAllOf
Auto Trait Implementations§
impl Freeze for WebhookDataAllOf
impl RefUnwindSafe for WebhookDataAllOf
impl Send for WebhookDataAllOf
impl Sync for WebhookDataAllOf
impl Unpin for WebhookDataAllOf
impl UnwindSafe for WebhookDataAllOf
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