pub struct AddressAllocation {
pub allocation: String,
pub asn_name: String,
pub status: String,
pub assignments: i32,
}Fields§
§allocation: String§asn_name: String§status: String§assignments: i32Trait Implementations§
Source§impl Clone for AddressAllocation
impl Clone for AddressAllocation
Source§fn clone(&self) -> AddressAllocation
fn clone(&self) -> AddressAllocation
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 AddressAllocation
impl Debug for AddressAllocation
Source§impl<'de> Deserialize<'de> for AddressAllocation
impl<'de> Deserialize<'de> for AddressAllocation
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 AddressAllocation
impl PartialEq for AddressAllocation
Source§fn eq(&self, other: &AddressAllocation) -> bool
fn eq(&self, other: &AddressAllocation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AddressAllocation
impl Serialize for AddressAllocation
impl Eq for AddressAllocation
impl StructuralPartialEq for AddressAllocation
Auto Trait Implementations§
impl Freeze for AddressAllocation
impl RefUnwindSafe for AddressAllocation
impl Send for AddressAllocation
impl Sync for AddressAllocation
impl Unpin for AddressAllocation
impl UnsafeUnpin for AddressAllocation
impl UnwindSafe for AddressAllocation
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