pub struct RouteRefresh {
pub afi: AFI,
pub safi: SAFI,
pub subtype: u8,
}
Expand description
Represents a BGP Route Refresh message.
Fields§
§afi: AFI
Address Family being requested
safi: SAFI
Subsequent Address Family being requested
subtype: u8
This can be a subtype or RESERVED=0 for older senders
Implementations§
Trait Implementations§
Source§impl Clone for RouteRefresh
impl Clone for RouteRefresh
Source§fn clone(&self) -> RouteRefresh
fn clone(&self) -> RouteRefresh
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 moreAuto Trait Implementations§
impl Freeze for RouteRefresh
impl RefUnwindSafe for RouteRefresh
impl Send for RouteRefresh
impl Sync for RouteRefresh
impl Unpin for RouteRefresh
impl UnwindSafe for RouteRefresh
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