pub struct MetaField {
pub default: Option<String>,
pub min: Option<f64>,
pub max: Option<f64>,
pub regex: Option<String>,
pub doc: Option<String>,
}Fields§
§default: Option<String>§min: Option<f64>§max: Option<f64>§regex: Option<String>§doc: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetaField
impl RefUnwindSafe for MetaField
impl Send for MetaField
impl Sync for MetaField
impl Unpin for MetaField
impl UnwindSafe for MetaField
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