Enum net_route::RouteChange
source · pub enum RouteChange {
Add(Route),
Delete(Route),
Change(Route),
}Variants§
Trait Implementations§
source§impl Clone for RouteChange
impl Clone for RouteChange
source§fn clone(&self) -> RouteChange
fn clone(&self) -> RouteChange
Returns a copy 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 RouteChange
impl Debug for RouteChange
source§impl PartialEq for RouteChange
impl PartialEq for RouteChange
source§fn eq(&self, other: &RouteChange) -> bool
fn eq(&self, other: &RouteChange) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RouteChange
impl StructuralPartialEq for RouteChange
Auto Trait Implementations§
impl Freeze for RouteChange
impl RefUnwindSafe for RouteChange
impl Send for RouteChange
impl Sync for RouteChange
impl Unpin for RouteChange
impl UnwindSafe for RouteChange
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