pub struct DirectSelector { /* private fields */ }Expand description
Carries route-selection meaning, which for this interpretation is all the routing there is.
Implementations§
Trait Implementations§
Source§impl Clone for DirectSelector
impl Clone for DirectSelector
Source§fn clone(&self) -> DirectSelector
fn clone(&self) -> DirectSelector
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 DirectSelector
impl Debug for DirectSelector
Source§impl Default for DirectSelector
impl Default for DirectSelector
Source§fn default() -> DirectSelector
fn default() -> DirectSelector
Returns the “default value” for a type. Read more
impl Eq for DirectSelector
Source§impl PartialEq for DirectSelector
impl PartialEq for DirectSelector
impl StructuralPartialEq for DirectSelector
Auto Trait Implementations§
impl Freeze for DirectSelector
impl RefUnwindSafe for DirectSelector
impl Send for DirectSelector
impl Sync for DirectSelector
impl Unpin for DirectSelector
impl UnsafeUnpin for DirectSelector
impl UnwindSafe for DirectSelector
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<This> HttpProgramExt<This> for This
impl<This> HttpProgramExt<This> for This
Source§fn compile_http<Program>(
&self,
program: Program,
) -> <Program as HttpProgramAlg<This>>::Routewhere
Program: HttpProgramAlg<This>,
fn compile_http<Program>(
&self,
program: Program,
) -> <Program as HttpProgramAlg<This>>::Routewhere
Program: HttpProgramAlg<This>,
Compiles a named HTTP program with this interpreter.