Struct BuildConfig
pub struct BuildConfig {
pub build_cmd: String,
pub install_cmd: String,
pub setup_db: bool,
pub preset_name: String,
pub app_name: String,
pub can_deploy_without_repo: bool,
pub completion_time_in_seconds: i32,
pub branch: Option<String>,
}
Fields§
§build_cmd: String
§install_cmd: String
§setup_db: bool
§preset_name: String
§app_name: String
§can_deploy_without_repo: bool
§completion_time_in_seconds: i32
§branch: Option<String>
Trait Implementations§
§impl Clone for BuildConfig
impl Clone for BuildConfig
§fn clone(&self) -> BuildConfig
fn clone(&self) -> BuildConfig
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 more§impl Debug for BuildConfig
impl Debug for BuildConfig
§impl<'de> Deserialize<'de> for BuildConfig
impl<'de> Deserialize<'de> for BuildConfig
§fn deserialize<__D>(
deserializer: __D,
) -> Result<BuildConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
deserializer: __D,
) -> Result<BuildConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl QueryFragment for BuildConfig
impl QueryFragment for BuildConfig
§type SchemaType = BuildConfig
type SchemaType = BuildConfig
The type in a schema that this
QueryFragment
represents§type VariablesFields = ()
type VariablesFields = ()
The variables that are required to execute this
QueryFragment
§fn query(
builder: SelectionBuilder<'_, <BuildConfig as QueryFragment>::SchemaType, <BuildConfig as QueryFragment>::VariablesFields>,
)
fn query( builder: SelectionBuilder<'_, <BuildConfig as QueryFragment>::SchemaType, <BuildConfig as QueryFragment>::VariablesFields>, )
Adds this fragment to the query being built by
builder
§impl Serialize for BuildConfig
impl Serialize for BuildConfig
§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for BuildConfig
impl RefUnwindSafe for BuildConfig
impl Send for BuildConfig
impl Sync for BuildConfig
impl Unpin for BuildConfig
impl UnwindSafe for BuildConfig
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.