pub struct IoArgoprojEventsV1alpha1BitbucketEventSource {
pub auth: Option<IoArgoprojEventsV1alpha1BitbucketAuth>,
pub delete_hook_on_finish: Option<bool>,
pub events: Vec<String>,
pub filter: Option<IoArgoprojEventsV1alpha1EventSourceFilter>,
pub metadata: HashMap<String, String>,
pub owner: Option<String>,
pub project_key: Option<String>,
pub repositories: Vec<IoArgoprojEventsV1alpha1BitbucketRepository>,
pub repository_slug: Option<String>,
pub webhook: Option<IoArgoprojEventsV1alpha1WebhookContext>,
}Fields§
§auth: Option<IoArgoprojEventsV1alpha1BitbucketAuth>Auth information required to connect to Bitbucket.
delete_hook_on_finish: Option<bool>§events: Vec<String>Events this webhook is subscribed to.
filter: Option<IoArgoprojEventsV1alpha1EventSourceFilter>§metadata: HashMap<String, String>§owner: Option<String>§project_key: Option<String>§repositories: Vec<IoArgoprojEventsV1alpha1BitbucketRepository>§repository_slug: Option<String>§webhook: Option<IoArgoprojEventsV1alpha1WebhookContext>Trait Implementations§
Source§impl Clone for IoArgoprojEventsV1alpha1BitbucketEventSource
impl Clone for IoArgoprojEventsV1alpha1BitbucketEventSource
Source§fn clone(&self) -> IoArgoprojEventsV1alpha1BitbucketEventSource
fn clone(&self) -> IoArgoprojEventsV1alpha1BitbucketEventSource
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<'de> Deserialize<'de> for IoArgoprojEventsV1alpha1BitbucketEventSource
impl<'de> Deserialize<'de> for IoArgoprojEventsV1alpha1BitbucketEventSource
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 From<&IoArgoprojEventsV1alpha1BitbucketEventSource> for IoArgoprojEventsV1alpha1BitbucketEventSource
impl From<&IoArgoprojEventsV1alpha1BitbucketEventSource> for IoArgoprojEventsV1alpha1BitbucketEventSource
Source§fn from(value: &IoArgoprojEventsV1alpha1BitbucketEventSource) -> Self
fn from(value: &IoArgoprojEventsV1alpha1BitbucketEventSource) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IoArgoprojEventsV1alpha1BitbucketEventSource
impl RefUnwindSafe for IoArgoprojEventsV1alpha1BitbucketEventSource
impl Send for IoArgoprojEventsV1alpha1BitbucketEventSource
impl Sync for IoArgoprojEventsV1alpha1BitbucketEventSource
impl Unpin for IoArgoprojEventsV1alpha1BitbucketEventSource
impl UnwindSafe for IoArgoprojEventsV1alpha1BitbucketEventSource
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