Trait azure_sdk_for_rust::core::IfMatchConditionOption[][src]

pub trait IfMatchConditionOption<'a> {
    fn if_match_condition(&self) -> Option<IfMatchCondition<'a>>;

    fn add_header(&self, builder: &mut Builder) { ... }
}

Required Methods

Provided Methods

Implementors