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