pub struct UpdateWebhookOutput {
pub webhook: Option<Webhook>,
}
Fields§
§webhook: Option<Webhook>
Information about a repository's webhook that is associated with a project in AWS CodeBuild.
Trait Implementations§
Source§impl Clone for UpdateWebhookOutput
impl Clone for UpdateWebhookOutput
Source§fn clone(&self) -> UpdateWebhookOutput
fn clone(&self) -> UpdateWebhookOutput
Returns a copy 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 UpdateWebhookOutput
impl Debug for UpdateWebhookOutput
Source§impl Default for UpdateWebhookOutput
impl Default for UpdateWebhookOutput
Source§fn default() -> UpdateWebhookOutput
fn default() -> UpdateWebhookOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateWebhookOutput
impl<'de> Deserialize<'de> for UpdateWebhookOutput
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 UpdateWebhookOutput
impl PartialEq for UpdateWebhookOutput
impl StructuralPartialEq for UpdateWebhookOutput
Auto Trait Implementations§
impl Freeze for UpdateWebhookOutput
impl RefUnwindSafe for UpdateWebhookOutput
impl Send for UpdateWebhookOutput
impl Sync for UpdateWebhookOutput
impl Unpin for UpdateWebhookOutput
impl UnwindSafe for UpdateWebhookOutput
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