[][src]Function mockiato::partial_eq_owned

pub fn partial_eq_owned<T>(value: T) -> OwnedPartialEqArgumentMatcher<T> where
    T: MaybeDebug + 'static, 

Creates a new ArgumentMatcher that matches against values using PartialEq. Supports comparing a reference against an owned value.