pub struct SetEnterpriseWebhookRequest {
pub url: String,
}Fields§
§url: StringTrait Implementations§
Source§impl Clone for SetEnterpriseWebhookRequest
impl Clone for SetEnterpriseWebhookRequest
Source§fn clone(&self) -> SetEnterpriseWebhookRequest
fn clone(&self) -> SetEnterpriseWebhookRequest
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 SetEnterpriseWebhookRequest
impl Debug for SetEnterpriseWebhookRequest
Auto Trait Implementations§
impl Freeze for SetEnterpriseWebhookRequest
impl RefUnwindSafe for SetEnterpriseWebhookRequest
impl Send for SetEnterpriseWebhookRequest
impl Sync for SetEnterpriseWebhookRequest
impl Unpin for SetEnterpriseWebhookRequest
impl UnsafeUnpin for SetEnterpriseWebhookRequest
impl UnwindSafe for SetEnterpriseWebhookRequest
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