IfMatchConditionSupport

Trait IfMatchConditionSupport 

Source
pub trait IfMatchConditionSupport<'a> {
    type O;

    // Required method
    fn with_if_match_condition(
        self,
        if_match_condition: IfMatchCondition<'a>,
    ) -> Self::O;
}

Required Associated Types§

Source

type O

Required Methods§

Source

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

Implementors§