pub struct AllocationHistoryResults {
pub iana: Option<Vec<Allocation>>,
pub afrinic: Option<Vec<Allocation>>,
pub apnic: Option<Vec<Allocation>>,
pub arin: Option<Vec<Allocation>>,
pub lacnic: Option<Vec<Allocation>>,
pub ripe_ncc: Option<Vec<Allocation>>,
}Fields§
§iana: Option<Vec<Allocation>>§afrinic: Option<Vec<Allocation>>§apnic: Option<Vec<Allocation>>§arin: Option<Vec<Allocation>>§lacnic: Option<Vec<Allocation>>§ripe_ncc: Option<Vec<Allocation>>Trait Implementations§
Source§impl Clone for AllocationHistoryResults
impl Clone for AllocationHistoryResults
Source§fn clone(&self) -> AllocationHistoryResults
fn clone(&self) -> AllocationHistoryResults
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 AllocationHistoryResults
impl Debug for AllocationHistoryResults
Source§impl<'de> Deserialize<'de> for AllocationHistoryResults
impl<'de> Deserialize<'de> for AllocationHistoryResults
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 AllocationHistoryResults
impl PartialEq for AllocationHistoryResults
Source§fn eq(&self, other: &AllocationHistoryResults) -> bool
fn eq(&self, other: &AllocationHistoryResults) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AllocationHistoryResults
impl Serialize for AllocationHistoryResults
impl Eq for AllocationHistoryResults
impl StructuralPartialEq for AllocationHistoryResults
Auto Trait Implementations§
impl Freeze for AllocationHistoryResults
impl RefUnwindSafe for AllocationHistoryResults
impl Send for AllocationHistoryResults
impl Sync for AllocationHistoryResults
impl Unpin for AllocationHistoryResults
impl UnsafeUnpin for AllocationHistoryResults
impl UnwindSafe for AllocationHistoryResults
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