[][src]Trait azure_sdk_core::IfMatchConditionSupport

pub trait IfMatchConditionSupport<'a> {
    type O;
    fn with_if_match_condition(
        self,
        if_match_condition: IfMatchCondition<'a>
    ) -> Self::O; }

Associated Types

type O

Loading content...

Required methods

fn with_if_match_condition(
    self,
    if_match_condition: IfMatchCondition<'a>
) -> Self::O

Loading content...

Implementors

Loading content...