pub struct ReportLocale {
pub title: String,
pub generated: String,
pub page: String,
pub of: String,
pub summary: String,
pub details: String,
pub appendix: String,
}Expand description
Report translations
Fields§
§title: String§generated: String§page: String§of: String§summary: String§details: String§appendix: StringTrait Implementations§
Source§impl Clone for ReportLocale
impl Clone for ReportLocale
Source§fn clone(&self) -> ReportLocale
fn clone(&self) -> ReportLocale
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 ReportLocale
impl Debug for ReportLocale
Source§impl<'de> Deserialize<'de> for ReportLocale
impl<'de> Deserialize<'de> for ReportLocale
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 ReportLocale
impl PartialEq for ReportLocale
Source§impl Serialize for ReportLocale
impl Serialize for ReportLocale
impl StructuralPartialEq for ReportLocale
Auto Trait Implementations§
impl Freeze for ReportLocale
impl RefUnwindSafe for ReportLocale
impl Send for ReportLocale
impl Sync for ReportLocale
impl Unpin for ReportLocale
impl UnsafeUnpin for ReportLocale
impl UnwindSafe for ReportLocale
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