pub struct SourceRouteEntry { /* private fields */ }
Expand description
Source Route Entries are present in deprecated GRE and need to be handled. See https://tools.ietf.org/html/rfc1701 for implementation in GRE headers and https://tools.ietf.org/html/rfc1702 for further details.
Trait Implementations§
Source§impl Debug for SourceRouteEntry
impl Debug for SourceRouteEntry
Source§impl PartialEq for SourceRouteEntry
impl PartialEq for SourceRouteEntry
impl Eq for SourceRouteEntry
impl StructuralPartialEq for SourceRouteEntry
Auto Trait Implementations§
impl Freeze for SourceRouteEntry
impl RefUnwindSafe for SourceRouteEntry
impl Send for SourceRouteEntry
impl Sync for SourceRouteEntry
impl Unpin for SourceRouteEntry
impl UnwindSafe for SourceRouteEntry
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