[−][src]Struct openshift_openapi::api::build::v1::ConnectPostNamespacedBuildConfigInstantiatebinaryOptional
Optional parameters of Build::connect_post_namespaced_build_config_instantiatebinary
Fields
as_file: Option<&'a str>
asFile determines if the binary should be created as a file within the source rather than extracted as an archive
revision.authorEmail of the source control user
revision.authorName of the source control user
revision_commit: Option<&'a str>
revision.commit is the value identifying a specific commit
revision_committer_email: Option<&'a str>
revision.committerEmail of the source control user
revision_committer_name: Option<&'a str>
revision.committerName of the source control user
revision_message: Option<&'a str>
revision.message is the description of a specific commit
Trait Implementations
impl<'a> Clone for ConnectPostNamespacedBuildConfigInstantiatebinaryOptional<'a>
[src]
fn clone(&self) -> ConnectPostNamespacedBuildConfigInstantiatebinaryOptional<'a>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'a> Copy for ConnectPostNamespacedBuildConfigInstantiatebinaryOptional<'a>
[src]
impl<'a> Debug for ConnectPostNamespacedBuildConfigInstantiatebinaryOptional<'a>
[src]
impl<'a> Default for ConnectPostNamespacedBuildConfigInstantiatebinaryOptional<'a>
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for ConnectPostNamespacedBuildConfigInstantiatebinaryOptional<'a>
impl<'a> Send for ConnectPostNamespacedBuildConfigInstantiatebinaryOptional<'a>
impl<'a> Sync for ConnectPostNamespacedBuildConfigInstantiatebinaryOptional<'a>
impl<'a> Unpin for ConnectPostNamespacedBuildConfigInstantiatebinaryOptional<'a>
impl<'a> UnwindSafe for ConnectPostNamespacedBuildConfigInstantiatebinaryOptional<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,