pub struct ValidationMessageLocale {Show 53 fields
pub w001: String,
pub w002: String,
pub w003: String,
pub w004: String,
pub w005: String,
pub w006: String,
pub w007: String,
pub w008: String,
pub w009: String,
pub w010: String,
pub w011: String,
pub w012: String,
pub w013: String,
pub w014: String,
pub w015: String,
pub w016: String,
pub w017: String,
pub w018: String,
pub w019: String,
pub w020: String,
pub w021: String,
pub w022: String,
pub w023: String,
pub w024: String,
pub w025: String,
pub w026: String,
pub w027: String,
pub w028: String,
pub w029: String,
pub w030: String,
pub w031: String,
pub w032: String,
pub w033: String,
pub w034: String,
pub w035: String,
pub w036: String,
pub w037: String,
pub w038: String,
pub w039: String,
pub w040: String,
pub w041: String,
pub w042: String,
pub w043: String,
pub w044: String,
pub w045: String,
pub w046: String,
pub w047: String,
pub e001: String,
pub e002: String,
pub e003: String,
pub e004: String,
pub e005: String,
pub e006: String,
}Expand description
Validation message translations keyed by code (W001–W046, E001–E006).
Messages may contain {0}, {1}, … placeholders for dynamic values.
Fields§
§w001: String§w002: String§w003: String§w004: String§w005: String§w006: String§w007: String§w008: String§w009: String§w010: String§w011: String§w012: String§w013: String§w014: String§w015: String§w016: String§w017: String§w018: String§w019: String§w020: String§w021: String§w022: String§w023: String§w024: String§w025: String§w026: String§w027: String§w028: String§w029: String§w030: String§w031: String§w032: String§w033: String§w034: String§w035: String§w036: String§w037: String§w038: String§w039: String§w040: String§w041: String§w042: String§w043: String§w044: String§w045: String§w046: String§w047: String§e001: String§e002: String§e003: String§e004: String§e005: String§e006: StringTrait Implementations§
Source§impl Clone for ValidationMessageLocale
impl Clone for ValidationMessageLocale
Source§fn clone(&self) -> ValidationMessageLocale
fn clone(&self) -> ValidationMessageLocale
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ValidationMessageLocale
impl Debug for ValidationMessageLocale
Source§impl<'de> Deserialize<'de> for ValidationMessageLocale
impl<'de> Deserialize<'de> for ValidationMessageLocale
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ValidationMessageLocale
impl PartialEq for ValidationMessageLocale
Source§impl Serialize for ValidationMessageLocale
impl Serialize for ValidationMessageLocale
impl StructuralPartialEq for ValidationMessageLocale
Auto Trait Implementations§
impl Freeze for ValidationMessageLocale
impl RefUnwindSafe for ValidationMessageLocale
impl Send for ValidationMessageLocale
impl Sync for ValidationMessageLocale
impl Unpin for ValidationMessageLocale
impl UnsafeUnpin for ValidationMessageLocale
impl UnwindSafe for ValidationMessageLocale
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