pub struct DeletedWebhookEndpoint {
pub id: WebhookEndpointId,
/* private fields */
}
Fields§
§id: WebhookEndpointId
Unique identifier for the object.
Trait Implementations§
Source§impl Clone for DeletedWebhookEndpoint
impl Clone for DeletedWebhookEndpoint
Source§fn clone(&self) -> DeletedWebhookEndpoint
fn clone(&self) -> DeletedWebhookEndpoint
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 DeletedWebhookEndpoint
impl Debug for DeletedWebhookEndpoint
Source§impl Deserialize for DeletedWebhookEndpoint
impl Deserialize for DeletedWebhookEndpoint
Source§impl FromValueOpt for DeletedWebhookEndpoint
impl FromValueOpt for DeletedWebhookEndpoint
fn from_value(v: Value) -> Option<Self>
Source§impl Object for DeletedWebhookEndpoint
impl Object for DeletedWebhookEndpoint
Auto Trait Implementations§
impl Freeze for DeletedWebhookEndpoint
impl RefUnwindSafe for DeletedWebhookEndpoint
impl Send for DeletedWebhookEndpoint
impl Sync for DeletedWebhookEndpoint
impl Unpin for DeletedWebhookEndpoint
impl UnwindSafe for DeletedWebhookEndpoint
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