pub struct TimestampValidator {
pub generator: Option<TimestampGenerator>,
}
Expand description
Validates that timestamps match the expected output from the specified generator
Fields§
§generator: Option<TimestampGenerator>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimestampValidator
impl RefUnwindSafe for TimestampValidator
impl Send for TimestampValidator
impl Sync for TimestampValidator
impl Unpin for TimestampValidator
impl UnwindSafe for TimestampValidator
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