pub enum MiddlewareExecOrder {
PRE,
POST,
}Variants§
Trait Implementations§
Source§impl Clone for MiddlewareExecOrder
impl Clone for MiddlewareExecOrder
Source§fn clone(&self) -> MiddlewareExecOrder
fn clone(&self) -> MiddlewareExecOrder
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 moreSource§impl Ord for MiddlewareExecOrder
impl Ord for MiddlewareExecOrder
Source§fn cmp(&self, other: &MiddlewareExecOrder) -> Ordering
fn cmp(&self, other: &MiddlewareExecOrder) -> Ordering
1.21.0 · 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 MiddlewareExecOrder
impl PartialEq for MiddlewareExecOrder
Source§impl PartialOrd for MiddlewareExecOrder
impl PartialOrd for MiddlewareExecOrder
impl Copy for MiddlewareExecOrder
impl Eq for MiddlewareExecOrder
impl StructuralPartialEq for MiddlewareExecOrder
Auto Trait Implementations§
impl Freeze for MiddlewareExecOrder
impl RefUnwindSafe for MiddlewareExecOrder
impl Send for MiddlewareExecOrder
impl Sync for MiddlewareExecOrder
impl Unpin for MiddlewareExecOrder
impl UnwindSafe for MiddlewareExecOrder
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.