pub struct AddPathFamily {
pub afi: Afi,
pub safi: Safi,
pub send_receive: AddPathMode,
}Expand description
Per-AFI/SAFI entry in the Add-Path capability (RFC 7911 §4).
Fields§
§afi: AfiAddress family.
safi: SafiSub-address family.
send_receive: AddPathModeSend/receive mode for this family.
Trait Implementations§
Source§impl Clone for AddPathFamily
impl Clone for AddPathFamily
Source§fn clone(&self) -> AddPathFamily
fn clone(&self) -> AddPathFamily
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AddPathFamily
impl Debug for AddPathFamily
Source§impl Hash for AddPathFamily
impl Hash for AddPathFamily
Source§impl PartialEq for AddPathFamily
impl PartialEq for AddPathFamily
impl Copy for AddPathFamily
impl Eq for AddPathFamily
impl StructuralPartialEq for AddPathFamily
Auto Trait Implementations§
impl Freeze for AddPathFamily
impl RefUnwindSafe for AddPathFamily
impl Send for AddPathFamily
impl Sync for AddPathFamily
impl Unpin for AddPathFamily
impl UnsafeUnpin for AddPathFamily
impl UnwindSafe for AddPathFamily
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