pub struct BgpUpdate {
pub announcements: i64,
pub withdrawals: i64,
pub starttime: String,
}Fields§
§announcements: i64§withdrawals: i64§starttime: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for BgpUpdate
impl<'de> Deserialize<'de> for BgpUpdate
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 BgpUpdate
Auto Trait Implementations§
impl Freeze for BgpUpdate
impl RefUnwindSafe for BgpUpdate
impl Send for BgpUpdate
impl Sync for BgpUpdate
impl Unpin for BgpUpdate
impl UnsafeUnpin for BgpUpdate
impl UnwindSafe for BgpUpdate
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