pub struct Neighbour {
pub asn: i64,
pub type_field: String,
pub power: i64,
pub v4_peers: i64,
pub v6_peers: i64,
}Fields§
§asn: i64§type_field: String§power: i64§v4_peers: i64§v6_peers: i64Trait Implementations§
Source§impl<'de> Deserialize<'de> for Neighbour
impl<'de> Deserialize<'de> for Neighbour
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 Neighbour
Auto Trait Implementations§
impl Freeze for Neighbour
impl RefUnwindSafe for Neighbour
impl Send for Neighbour
impl Sync for Neighbour
impl Unpin for Neighbour
impl UnsafeUnpin for Neighbour
impl UnwindSafe for Neighbour
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