[][src]Trait azure_sdk_core::IfMatchConditionOption

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

#[must_use]    fn add_header(&self, builder: Builder) -> Builder { ... }
}

Required methods

Loading content...

Provided methods

#[must_use]fn add_header(&self, builder: Builder) -> Builder

Loading content...

Implementors

Loading content...