pub struct CreateWebhookBody { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CreateWebhookBody
impl Clone for CreateWebhookBody
Source§fn clone(&self) -> CreateWebhookBody
fn clone(&self) -> CreateWebhookBody
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 CreateWebhookBody
impl Debug for CreateWebhookBody
Source§impl Default for CreateWebhookBody
impl Default for CreateWebhookBody
Source§impl From<CreateWebhookBody> for CreateWebhookBody
impl From<CreateWebhookBody> for CreateWebhookBody
Source§fn from(value: CreateWebhookBody) -> Self
fn from(value: CreateWebhookBody) -> Self
Converts to this type from the input type.
Source§impl TryFrom<CreateWebhookBody> for CreateWebhookBody
impl TryFrom<CreateWebhookBody> for CreateWebhookBody
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: CreateWebhookBody) -> Result<Self, ConversionError>
fn try_from(value: CreateWebhookBody) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for CreateWebhookBody
impl RefUnwindSafe for CreateWebhookBody
impl Send for CreateWebhookBody
impl Sync for CreateWebhookBody
impl Unpin for CreateWebhookBody
impl UnsafeUnpin for CreateWebhookBody
impl UnwindSafe for CreateWebhookBody
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