pub struct DeployViaAutobuildVars {Show 20 fields
pub repo_url: Option<String>,
pub upload_url: Option<String>,
pub app_name: Option<String>,
pub app_id: Option<Id>,
pub owner: Option<String>,
pub build_cmd: Option<String>,
pub install_cmd: Option<String>,
pub enable_database: Option<bool>,
pub secrets: Option<Vec<SecretInput>>,
pub extra_data: Option<AutobuildDeploymentExtraData>,
pub params: Option<AutobuildDeploymentExtraData>,
pub managed: Option<bool>,
pub kind: Option<String>,
pub wait_for_screenshot_generation: Option<bool>,
pub region: Option<String>,
pub branch: Option<String>,
pub allow_existing_app: Option<bool>,
pub jobs: Option<Vec<JobDefinitionInput>>,
pub domains: Option<Vec<Option<String>>>,
pub client_mutation_id: Option<String>,
}
Fields§
§repo_url: Option<String>
§upload_url: Option<String>
§app_name: Option<String>
§app_id: Option<Id>
§owner: Option<String>
§build_cmd: Option<String>
§install_cmd: Option<String>
§enable_database: Option<bool>
§secrets: Option<Vec<SecretInput>>
§extra_data: Option<AutobuildDeploymentExtraData>
§params: Option<AutobuildDeploymentExtraData>
§managed: Option<bool>
§kind: Option<String>
§wait_for_screenshot_generation: Option<bool>
§region: Option<String>
§branch: Option<String>
§allow_existing_app: Option<bool>
§jobs: Option<Vec<JobDefinitionInput>>
§domains: Option<Vec<Option<String>>>
§client_mutation_id: Option<String>
Trait Implementations§
Source§impl Clone for DeployViaAutobuildVars
impl Clone for DeployViaAutobuildVars
Source§fn clone(&self) -> DeployViaAutobuildVars
fn clone(&self) -> DeployViaAutobuildVars
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 DeployViaAutobuildVars
impl Debug for DeployViaAutobuildVars
Source§impl QueryVariables for DeployViaAutobuildVars
impl QueryVariables for DeployViaAutobuildVars
Auto Trait Implementations§
impl Freeze for DeployViaAutobuildVars
impl RefUnwindSafe for DeployViaAutobuildVars
impl Send for DeployViaAutobuildVars
impl Sync for DeployViaAutobuildVars
impl Unpin for DeployViaAutobuildVars
impl UnwindSafe for DeployViaAutobuildVars
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.