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