pub struct TextSelector { /* private fields */ }Expand description
Carries interpreted selector data.
Implementations§
Trait Implementations§
Source§impl Clone for TextSelector
impl Clone for TextSelector
Source§fn clone(&self) -> TextSelector
fn clone(&self) -> TextSelector
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 TextSelector
impl Debug for TextSelector
Source§impl Default for TextSelector
impl Default for TextSelector
Source§fn default() -> TextSelector
fn default() -> TextSelector
Returns the “default value” for a type. Read more
impl Eq for TextSelector
Source§impl PartialEq for TextSelector
impl PartialEq for TextSelector
impl StructuralPartialEq for TextSelector
Auto Trait Implementations§
impl Freeze for TextSelector
impl RefUnwindSafe for TextSelector
impl Send for TextSelector
impl Sync for TextSelector
impl Unpin for TextSelector
impl UnsafeUnpin for TextSelector
impl UnwindSafe for TextSelector
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.