pub struct RibSubEntry {
pub peer_index: u16,
pub originated_time: u32,
/* private fields */
}Fields§
§peer_index: u16§originated_time: u32Implementations§
Source§impl RibSubEntry
impl RibSubEntry
pub fn get_bgp_attributes(&self) -> Result<Vec<Attribute>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RibSubEntry
impl RefUnwindSafe for RibSubEntry
impl Send for RibSubEntry
impl Sync for RibSubEntry
impl Unpin for RibSubEntry
impl UnwindSafe for RibSubEntry
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