pub struct BgpState {
pub target_prefix: String,
pub path: Vec<String>,
pub community: Vec<String>,
pub source_id: String,
}Fields§
§target_prefix: String§path: Vec<String>§community: Vec<String>§source_id: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for BgpState
impl<'de> Deserialize<'de> for BgpState
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 BgpState
Auto Trait Implementations§
impl Freeze for BgpState
impl RefUnwindSafe for BgpState
impl Send for BgpState
impl Sync for BgpState
impl Unpin for BgpState
impl UnsafeUnpin for BgpState
impl UnwindSafe for BgpState
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