pub struct ReportHistory {
pub factions: Vec<ReportHistoryFaction>,
pub companies: Vec<ReportHistoryCompany>,
}
Fields§
§factions: Vec<ReportHistoryFaction>
§companies: Vec<ReportHistoryCompany>
Trait Implementations§
Source§impl Clone for ReportHistory
impl Clone for ReportHistory
Source§fn clone(&self) -> ReportHistory
fn clone(&self) -> ReportHistory
Returns a copy 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 ReportHistory
impl Debug for ReportHistory
Source§impl<'de> Deserialize<'de> for ReportHistory
impl<'de> Deserialize<'de> for ReportHistory
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 From<ReportHistory> for Report
impl From<ReportHistory> for Report
Source§fn from(value: ReportHistory) -> Self
fn from(value: ReportHistory) -> Self
Converts to this type from the input type.
Source§impl From<ReportHistory> for Report
impl From<ReportHistory> for Report
Source§fn from(value: ReportHistory) -> Self
fn from(value: ReportHistory) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReportHistory
impl PartialEq for ReportHistory
impl StructuralPartialEq for ReportHistory
Auto Trait Implementations§
impl Freeze for ReportHistory
impl RefUnwindSafe for ReportHistory
impl Send for ReportHistory
impl Sync for ReportHistory
impl Unpin for ReportHistory
impl UnwindSafe for ReportHistory
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