pub enum RouteAction {
Pull,
Push,
}Expand description
Pull or push route action metadata.
Variants§
Trait Implementations§
Source§impl Clone for RouteAction
impl Clone for RouteAction
Source§fn clone(&self) -> RouteAction
fn clone(&self) -> RouteAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RouteAction
impl Debug for RouteAction
Source§impl Hash for RouteAction
impl Hash for RouteAction
Source§impl Ord for RouteAction
impl Ord for RouteAction
Source§fn cmp(&self, other: &RouteAction) -> Ordering
fn cmp(&self, other: &RouteAction) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RouteAction
impl PartialEq for RouteAction
Source§fn eq(&self, other: &RouteAction) -> bool
fn eq(&self, other: &RouteAction) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RouteAction
impl PartialOrd for RouteAction
impl Copy for RouteAction
impl Eq for RouteAction
impl StructuralPartialEq for RouteAction
Auto Trait Implementations§
impl Freeze for RouteAction
impl RefUnwindSafe for RouteAction
impl Send for RouteAction
impl Sync for RouteAction
impl Unpin for RouteAction
impl UnsafeUnpin for RouteAction
impl UnwindSafe for RouteAction
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