Enum net_route::RouteChange
source · [−]Variants
Add(Route)
Delete(Route)
Change(Route)
Trait Implementations
sourceimpl Clone for RouteChange
impl Clone for RouteChange
sourcefn clone(&self) -> RouteChange
fn clone(&self) -> RouteChange
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RouteChange
impl Debug for RouteChange
sourceimpl PartialEq<RouteChange> for RouteChange
impl PartialEq<RouteChange> for RouteChange
sourcefn eq(&self, other: &RouteChange) -> bool
fn eq(&self, other: &RouteChange) -> bool
impl Eq for RouteChange
impl StructuralEq for RouteChange
impl StructuralPartialEq for RouteChange
Auto Trait Implementations
impl RefUnwindSafe for RouteChange
impl Send for RouteChange
impl Sync for RouteChange
impl Unpin for RouteChange
impl UnwindSafe for RouteChange
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more