pub struct TextEndpoint { /* private fields */ }Expand description
Carries interpreted endpoint type information.
Trait Implementations§
Source§impl Clone for TextEndpoint
impl Clone for TextEndpoint
Source§fn clone(&self) -> TextEndpoint
fn clone(&self) -> TextEndpoint
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 TextEndpoint
impl Debug for TextEndpoint
impl Eq for TextEndpoint
Source§impl PartialEq for TextEndpoint
impl PartialEq for TextEndpoint
impl StructuralPartialEq for TextEndpoint
Auto Trait Implementations§
impl Freeze for TextEndpoint
impl RefUnwindSafe for TextEndpoint
impl Send for TextEndpoint
impl Sync for TextEndpoint
impl Unpin for TextEndpoint
impl UnsafeUnpin for TextEndpoint
impl UnwindSafe for TextEndpoint
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.