pub struct DeploymentIR {
pub strategy: DeploymentStrategy,
pub cdn_config: Option<CDNConfig>,
pub cache_config: CacheConfig,
pub monitoring: MonitoringConfig,
}
Expand description
デプロイメントIR
Fields§
§strategy: DeploymentStrategy
§cdn_config: Option<CDNConfig>
§cache_config: CacheConfig
§monitoring: MonitoringConfig
Trait Implementations§
Source§impl Clone for DeploymentIR
impl Clone for DeploymentIR
Source§fn clone(&self) -> DeploymentIR
fn clone(&self) -> DeploymentIR
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 DeploymentIR
impl Debug for DeploymentIR
Source§impl<'de> Deserialize<'de> for DeploymentIR
impl<'de> Deserialize<'de> for DeploymentIR
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 PartialEq for DeploymentIR
impl PartialEq for DeploymentIR
Source§impl Serialize for DeploymentIR
impl Serialize for DeploymentIR
impl StructuralPartialEq for DeploymentIR
Auto Trait Implementations§
impl Freeze for DeploymentIR
impl RefUnwindSafe for DeploymentIR
impl Send for DeploymentIR
impl Sync for DeploymentIR
impl Unpin for DeploymentIR
impl UnwindSafe for DeploymentIR
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