pub struct UpdateWebhookResult {
pub webhook: Webhook,
}
Expand description
The result structure for the update webhook request.
Fields§
§webhook: Webhook
Describes a webhook that connects repository events to an Amplify app.
Trait Implementations§
Source§impl Clone for UpdateWebhookResult
impl Clone for UpdateWebhookResult
Source§fn clone(&self) -> UpdateWebhookResult
fn clone(&self) -> UpdateWebhookResult
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 UpdateWebhookResult
impl Debug for UpdateWebhookResult
Source§impl Default for UpdateWebhookResult
impl Default for UpdateWebhookResult
Source§fn default() -> UpdateWebhookResult
fn default() -> UpdateWebhookResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateWebhookResult
impl<'de> Deserialize<'de> for UpdateWebhookResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdateWebhookResult
impl PartialEq for UpdateWebhookResult
impl StructuralPartialEq for UpdateWebhookResult
Auto Trait Implementations§
impl Freeze for UpdateWebhookResult
impl RefUnwindSafe for UpdateWebhookResult
impl Send for UpdateWebhookResult
impl Sync for UpdateWebhookResult
impl Unpin for UpdateWebhookResult
impl UnwindSafe for UpdateWebhookResult
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