pub struct ModifyWebhookOptions { /* private fields */ }
Implementations§
Source§impl ModifyWebhookOptions
impl ModifyWebhookOptions
Trait Implementations§
Source§impl Clone for ModifyWebhookOptions
impl Clone for ModifyWebhookOptions
Source§fn clone(&self) -> ModifyWebhookOptions
fn clone(&self) -> ModifyWebhookOptions
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 ModifyWebhookOptions
impl Debug for ModifyWebhookOptions
Source§impl Default for ModifyWebhookOptions
impl Default for ModifyWebhookOptions
Source§fn default() -> ModifyWebhookOptions
fn default() -> ModifyWebhookOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ModifyWebhookOptions
impl RefUnwindSafe for ModifyWebhookOptions
impl Send for ModifyWebhookOptions
impl Sync for ModifyWebhookOptions
impl Unpin for ModifyWebhookOptions
impl UnwindSafe for ModifyWebhookOptions
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