pub struct TextSpec {
pub min_length: i64,
pub max_length: i64,
pub charset: String,
}Fields§
§min_length: i64§max_length: i64§charset: StringTrait Implementations§
impl Eq for TextSpec
impl StructuralPartialEq for TextSpec
Auto Trait Implementations§
impl Freeze for TextSpec
impl RefUnwindSafe for TextSpec
impl Send for TextSpec
impl Sync for TextSpec
impl Unpin for TextSpec
impl UnsafeUnpin for TextSpec
impl UnwindSafe for TextSpec
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