pub enum RequestBridgePath {
ViaNormalized,
Direct(DirectRequestBridgePair),
}Expand description
High-level path selected for a request bridge.
Variants§
ViaNormalized
Direct(DirectRequestBridgePair)
Trait Implementations§
Source§impl Clone for RequestBridgePath
impl Clone for RequestBridgePath
Source§fn clone(&self) -> RequestBridgePath
fn clone(&self) -> RequestBridgePath
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 RequestBridgePath
impl Debug for RequestBridgePath
Source§impl PartialEq for RequestBridgePath
impl PartialEq for RequestBridgePath
Source§fn eq(&self, other: &RequestBridgePath) -> bool
fn eq(&self, other: &RequestBridgePath) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RequestBridgePath
impl Eq for RequestBridgePath
impl StructuralPartialEq for RequestBridgePath
Auto Trait Implementations§
impl Freeze for RequestBridgePath
impl RefUnwindSafe for RequestBridgePath
impl Send for RequestBridgePath
impl Sync for RequestBridgePath
impl Unpin for RequestBridgePath
impl UnsafeUnpin for RequestBridgePath
impl UnwindSafe for RequestBridgePath
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> 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.