pub struct PropelConfig {
pub project: ProjectConfig,
pub build: BuildConfig,
pub cloud_run: CloudRunConfig,
}Expand description
propel.toml configuration
Fields§
§project: ProjectConfig§build: BuildConfig§cloud_run: CloudRunConfigImplementations§
Trait Implementations§
Source§impl Clone for PropelConfig
impl Clone for PropelConfig
Source§fn clone(&self) -> PropelConfig
fn clone(&self) -> PropelConfig
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 Debug for PropelConfig
impl Debug for PropelConfig
Source§impl Default for PropelConfig
impl Default for PropelConfig
Source§fn default() -> PropelConfig
fn default() -> PropelConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PropelConfig
impl<'de> Deserialize<'de> for PropelConfig
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
Auto Trait Implementations§
impl Freeze for PropelConfig
impl RefUnwindSafe for PropelConfig
impl Send for PropelConfig
impl Sync for PropelConfig
impl Unpin for PropelConfig
impl UnsafeUnpin for PropelConfig
impl UnwindSafe for PropelConfig
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