pub struct DeployCondition {
pub name: String,
pub condition_type: ConditionType,
pub value: String,
}Expand description
デプロイ条件
Fields§
§name: String条件名
condition_type: ConditionType条件タイプ
value: String値
Trait Implementations§
Source§impl Clone for DeployCondition
impl Clone for DeployCondition
Source§fn clone(&self) -> DeployCondition
fn clone(&self) -> DeployCondition
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 moreAuto Trait Implementations§
impl Freeze for DeployCondition
impl RefUnwindSafe for DeployCondition
impl Send for DeployCondition
impl Sync for DeployCondition
impl Unpin for DeployCondition
impl UnwindSafe for DeployCondition
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