Struct nvd_api::pagination::ListResponse  
source · pub struct ListResponse {
    pub results: Object,
    pub results_per_page: u32,
    pub start_index: u32,
    pub total_results: u32,
    pub format: String,
    pub version: String,
    pub timestamp: NaiveDateTime,
}Fields§
§results: Object§results_per_page: u32§start_index: u32§total_results: u32§format: String§version: String§timestamp: NaiveDateTimeTrait Implementations§
source§impl Clone for ListResponse
 
impl Clone for ListResponse
source§fn clone(&self) -> ListResponse
 
fn clone(&self) -> ListResponse
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 ListResponse
 
impl Debug for ListResponse
source§impl<'de> Deserialize<'de> for ListResponse
 
impl<'de> Deserialize<'de> for ListResponse
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 ListResponse
 
impl PartialEq for ListResponse
source§fn eq(&self, other: &ListResponse) -> bool
 
fn eq(&self, other: &ListResponse) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for ListResponse
 
impl Serialize for ListResponse
impl StructuralPartialEq for ListResponse
Auto Trait Implementations§
impl RefUnwindSafe for ListResponse
impl Send for ListResponse
impl Sync for ListResponse
impl Unpin for ListResponse
impl UnwindSafe for ListResponse
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