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