pub struct RpkiHistoryRequest {
pub resource: String,
pub family: Option<i64>,
pub resolution: Option<String>,
pub include: Option<String>,
pub delegated: Option<bool>,
}Fields§
§resource: String§family: Option<i64>§resolution: Option<String>§include: Option<String>§delegated: Option<bool>Trait Implementations§
Source§impl Clone for RpkiHistoryRequest
impl Clone for RpkiHistoryRequest
Source§fn clone(&self) -> RpkiHistoryRequest
fn clone(&self) -> RpkiHistoryRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RpkiHistoryRequest
impl Debug for RpkiHistoryRequest
Source§impl<'de> Deserialize<'de> for RpkiHistoryRequest
impl<'de> Deserialize<'de> for RpkiHistoryRequest
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 RpkiHistoryRequest
impl PartialEq for RpkiHistoryRequest
Source§fn eq(&self, other: &RpkiHistoryRequest) -> bool
fn eq(&self, other: &RpkiHistoryRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RpkiHistoryRequest
impl Serialize for RpkiHistoryRequest
impl Eq for RpkiHistoryRequest
impl StructuralPartialEq for RpkiHistoryRequest
Auto Trait Implementations§
impl Freeze for RpkiHistoryRequest
impl RefUnwindSafe for RpkiHistoryRequest
impl Send for RpkiHistoryRequest
impl Sync for RpkiHistoryRequest
impl Unpin for RpkiHistoryRequest
impl UnsafeUnpin for RpkiHistoryRequest
impl UnwindSafe for RpkiHistoryRequest
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