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