pub struct TypeMatcher { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for TypeMatcher
impl Debug for TypeMatcher
Source§impl JsonMatcher for TypeMatcher
impl JsonMatcher for TypeMatcher
Auto Trait Implementations§
impl Freeze for TypeMatcher
impl RefUnwindSafe for TypeMatcher
impl Send for TypeMatcher
impl Sync for TypeMatcher
impl Unpin for TypeMatcher
impl UnwindSafe for TypeMatcher
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