pub struct AsRoutingConsistencyPrefix {
pub in_bgp: bool,
pub in_whois: bool,
pub irr_sources: Vec<String>,
pub prefix: String,
}Fields§
§in_bgp: bool§in_whois: bool§irr_sources: Vec<String>§prefix: StringTrait Implementations§
Source§impl Clone for AsRoutingConsistencyPrefix
impl Clone for AsRoutingConsistencyPrefix
Source§fn clone(&self) -> AsRoutingConsistencyPrefix
fn clone(&self) -> AsRoutingConsistencyPrefix
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 AsRoutingConsistencyPrefix
impl Debug for AsRoutingConsistencyPrefix
Source§impl Default for AsRoutingConsistencyPrefix
impl Default for AsRoutingConsistencyPrefix
Source§fn default() -> AsRoutingConsistencyPrefix
fn default() -> AsRoutingConsistencyPrefix
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AsRoutingConsistencyPrefix
impl<'de> Deserialize<'de> for AsRoutingConsistencyPrefix
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
impl StructuralPartialEq for AsRoutingConsistencyPrefix
Auto Trait Implementations§
impl Freeze for AsRoutingConsistencyPrefix
impl RefUnwindSafe for AsRoutingConsistencyPrefix
impl Send for AsRoutingConsistencyPrefix
impl Sync for AsRoutingConsistencyPrefix
impl Unpin for AsRoutingConsistencyPrefix
impl UnwindSafe for AsRoutingConsistencyPrefix
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