pub struct U16Matcher { /* private fields */ }Implementations§
Source§impl U16Matcher
impl U16Matcher
pub fn new() -> Self
pub fn new_allow_strings() -> Self
Trait Implementations§
Source§impl Default for U16Matcher
impl Default for U16Matcher
Source§impl JsonMatcher for U16Matcher
impl JsonMatcher for U16Matcher
fn json_matches(&self, value: &Value) -> Vec<JsonMatcherError>
Auto Trait Implementations§
impl Freeze for U16Matcher
impl RefUnwindSafe for U16Matcher
impl Send for U16Matcher
impl Sync for U16Matcher
impl Unpin for U16Matcher
impl UnwindSafe for U16Matcher
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