pub struct PrefixOriginsEntry {
pub origin: i64,
pub peer_count: i64,
pub prefix: String,
pub rpki_validation: String,
}
Fields§
§origin: i64
§peer_count: i64
§prefix: String
§rpki_validation: String
Trait Implementations§
Source§impl Clone for PrefixOriginsEntry
impl Clone for PrefixOriginsEntry
Source§fn clone(&self) -> PrefixOriginsEntry
fn clone(&self) -> PrefixOriginsEntry
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 PrefixOriginsEntry
impl Debug for PrefixOriginsEntry
Source§impl<'de> Deserialize<'de> for PrefixOriginsEntry
impl<'de> Deserialize<'de> for PrefixOriginsEntry
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
Auto Trait Implementations§
impl Freeze for PrefixOriginsEntry
impl RefUnwindSafe for PrefixOriginsEntry
impl Send for PrefixOriginsEntry
impl Sync for PrefixOriginsEntry
impl Unpin for PrefixOriginsEntry
impl UnwindSafe for PrefixOriginsEntry
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