Trait IfMatchConditionOption
azure_sdk_core
pub trait IfMatchConditionOption<'a> { fn if_match_condition(&self) -> Option<IfMatchCondition<'a>>; #[must_use] fn add_header(&self, builder: Builder) -> Builder { ... } }
fn if_match_condition(&self) -> Option<IfMatchCondition<'a>>
#[must_use]fn add_header(&self, builder: Builder) -> Builder