pub struct UuidMatcher;Implementations§
Source§impl UuidMatcher
impl UuidMatcher
Trait Implementations§
Source§impl Default for UuidMatcher
impl Default for UuidMatcher
Source§impl JsonMatcher for UuidMatcher
impl JsonMatcher for UuidMatcher
fn json_matches(&self, value: &Value) -> Vec<JsonMatcherError>
Auto Trait Implementations§
impl Freeze for UuidMatcher
impl RefUnwindSafe for UuidMatcher
impl Send for UuidMatcher
impl Sync for UuidMatcher
impl Unpin for UuidMatcher
impl UnwindSafe for UuidMatcher
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