pub struct RpkiPrefixes {
pub count: f64,
pub covered_by_rpki: CoveredByRpki,
}Fields§
§count: f64§covered_by_rpki: CoveredByRpkiTrait Implementations§
Source§impl Clone for RpkiPrefixes
impl Clone for RpkiPrefixes
Source§fn clone(&self) -> RpkiPrefixes
fn clone(&self) -> RpkiPrefixes
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 RpkiPrefixes
impl Debug for RpkiPrefixes
Source§impl Default for RpkiPrefixes
impl Default for RpkiPrefixes
Source§fn default() -> RpkiPrefixes
fn default() -> RpkiPrefixes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RpkiPrefixes
impl<'de> Deserialize<'de> for RpkiPrefixes
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 RpkiPrefixes
impl PartialEq for RpkiPrefixes
Source§fn eq(&self, other: &RpkiPrefixes) -> bool
fn eq(&self, other: &RpkiPrefixes) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RpkiPrefixes
impl Serialize for RpkiPrefixes
impl StructuralPartialEq for RpkiPrefixes
Auto Trait Implementations§
impl Freeze for RpkiPrefixes
impl RefUnwindSafe for RpkiPrefixes
impl Send for RpkiPrefixes
impl Sync for RpkiPrefixes
impl Unpin for RpkiPrefixes
impl UnsafeUnpin for RpkiPrefixes
impl UnwindSafe for RpkiPrefixes
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