pub struct ArrayMatcherRefs<'a> { /* private fields */ }Implementations§
Source§impl<'a> ArrayMatcherRefs<'a>
impl<'a> ArrayMatcherRefs<'a>
pub fn new(elements: Vec<&'a dyn JsonMatcher>) -> Self
Trait Implementations§
Source§impl JsonMatcher for ArrayMatcherRefs<'_>
impl JsonMatcher for ArrayMatcherRefs<'_>
fn json_matches(&self, value: &Value) -> Vec<JsonMatcherError>
Auto Trait Implementations§
impl<'a> Freeze for ArrayMatcherRefs<'a>
impl<'a> !RefUnwindSafe for ArrayMatcherRefs<'a>
impl<'a> !Send for ArrayMatcherRefs<'a>
impl<'a> !Sync for ArrayMatcherRefs<'a>
impl<'a> Unpin for ArrayMatcherRefs<'a>
impl<'a> !UnwindSafe for ArrayMatcherRefs<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more