pub struct CveHistoryParameters {
pub cve_id: Option<String>,
pub change_date: Option<ChangeDate>,
pub event_name: Option<EventName>,
pub limit_offset: Option<LimitOffset>,
}
Fields§
§cve_id: Option<String>
§change_date: Option<ChangeDate>
§event_name: Option<EventName>
§limit_offset: Option<LimitOffset>
Trait Implementations§
Source§impl Clone for CveHistoryParameters
impl Clone for CveHistoryParameters
Source§fn clone(&self) -> CveHistoryParameters
fn clone(&self) -> CveHistoryParameters
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 CveHistoryParameters
impl Debug for CveHistoryParameters
Source§impl<'de> Deserialize<'de> for CveHistoryParameters
impl<'de> Deserialize<'de> for CveHistoryParameters
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 CveHistoryParameters
impl PartialEq for CveHistoryParameters
Source§impl Serialize for CveHistoryParameters
impl Serialize for CveHistoryParameters
impl Eq for CveHistoryParameters
impl StructuralPartialEq for CveHistoryParameters
Auto Trait Implementations§
impl Freeze for CveHistoryParameters
impl RefUnwindSafe for CveHistoryParameters
impl Send for CveHistoryParameters
impl Sync for CveHistoryParameters
impl Unpin for CveHistoryParameters
impl UnwindSafe for CveHistoryParameters
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.