pub struct MessageValidationErrorEntry {
pub message: NormalizedMessage,
pub defined_in_languages: BTreeSet<String>,
pub undefined_in_languages: BTreeSet<String>,
}
Fields§
§message: NormalizedMessage
§defined_in_languages: BTreeSet<String>
§undefined_in_languages: BTreeSet<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MessageValidationErrorEntry
impl RefUnwindSafe for MessageValidationErrorEntry
impl Send for MessageValidationErrorEntry
impl Sync for MessageValidationErrorEntry
impl Unpin for MessageValidationErrorEntry
impl UnwindSafe for MessageValidationErrorEntry
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