pub struct NumberMandatoryLocale;Expand description
NumberMandatoryLocale is a struct representing a type that may be used
to enforce the concept.
§Possible key values:
validate-cannot-be-empty
Trait Implementations§
Source§impl LocaleMessage for NumberMandatoryLocale
impl LocaleMessage for NumberMandatoryLocale
fn get_locale_data(&self) -> Arc<LocaleData>
Auto Trait Implementations§
impl Freeze for NumberMandatoryLocale
impl RefUnwindSafe for NumberMandatoryLocale
impl Send for NumberMandatoryLocale
impl Sync for NumberMandatoryLocale
impl Unpin for NumberMandatoryLocale
impl UnsafeUnpin for NumberMandatoryLocale
impl UnwindSafe for NumberMandatoryLocale
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