pub struct CheckCtx<'a> {
pub fields: &'a [FieldInfo<'a>],
pub ctx_strict: bool,
pub since: i64,
pub until: i64,
pub has_seed: bool,
pub has_until: bool,
pub format: Option<&'a str>,
pub corrupt: Option<&'a str>,
pub has_template: bool,
}Fields§
§fields: &'a [FieldInfo<'a>]§ctx_strict: bool§since: i64§until: i64§has_seed: bool§has_until: bool§format: Option<&'a str>§corrupt: Option<&'a str>§has_template: boolImplementations§
Auto Trait Implementations§
impl<'a> Freeze for CheckCtx<'a>
impl<'a> RefUnwindSafe for CheckCtx<'a>
impl<'a> Send for CheckCtx<'a>
impl<'a> Sync for CheckCtx<'a>
impl<'a> Unpin for CheckCtx<'a>
impl<'a> UnsafeUnpin for CheckCtx<'a>
impl<'a> UnwindSafe for CheckCtx<'a>
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