pub struct PeerEntry {
pub peer_bgp_id: u32,
pub ip_addr: IpAddr,
pub asn: u32,
}Fields§
§peer_bgp_id: u32§ip_addr: IpAddr§asn: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for PeerEntry
impl RefUnwindSafe for PeerEntry
impl Send for PeerEntry
impl Sync for PeerEntry
impl Unpin for PeerEntry
impl UnwindSafe for PeerEntry
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