pub struct CveHistoryParametersBuilder { /* private fields */ }Expand description
Builder for CveHistoryParameters.
Implementations§
Source§impl CveHistoryParametersBuilder
impl CveHistoryParametersBuilder
pub fn cve_id<VALUE: Into<Option<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn change_date<VALUE: Into<Option<ChangeDate>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn event_name<VALUE: Into<Option<EventName>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn limit_offset<VALUE: Into<Option<LimitOffset>>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<CveHistoryParameters, CveHistoryParametersBuilderError>
pub fn build( &self, ) -> Result<CveHistoryParameters, CveHistoryParametersBuilderError>
Trait Implementations§
Source§impl Clone for CveHistoryParametersBuilder
impl Clone for CveHistoryParametersBuilder
Source§fn clone(&self) -> CveHistoryParametersBuilder
fn clone(&self) -> CveHistoryParametersBuilder
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 moreAuto Trait Implementations§
impl Freeze for CveHistoryParametersBuilder
impl RefUnwindSafe for CveHistoryParametersBuilder
impl Send for CveHistoryParametersBuilder
impl Sync for CveHistoryParametersBuilder
impl Unpin for CveHistoryParametersBuilder
impl UnwindSafe for CveHistoryParametersBuilder
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