pub struct ValidOpts {
pub duration: ParsedDuration,
pub on_error: OnError,
}
Fields§
§duration: ParsedDuration
§on_error: OnError
Auto Trait Implementations§
impl Freeze for ValidOpts
impl RefUnwindSafe for ValidOpts
impl !Send for ValidOpts
impl !Sync for ValidOpts
impl Unpin for ValidOpts
impl UnwindSafe for ValidOpts
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