Struct parity_db::CheckOptions
source · pub struct CheckOptions {
pub column: Option<u8>,
pub from: Option<u64>,
pub bound: Option<u64>,
pub display: CheckDisplay,
}
Fields§
§column: Option<u8>
§from: Option<u64>
§bound: Option<u64>
§display: CheckDisplay
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CheckOptions
impl Send for CheckOptions
impl Sync for CheckOptions
impl Unpin for CheckOptions
impl UnwindSafe for CheckOptions
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