pub struct PlainTextResponseBuilder;Expand description
A simple plain text response builder.
Implementations§
Trait Implementations§
Source§impl Clone for PlainTextResponseBuilder
impl Clone for PlainTextResponseBuilder
Source§fn clone(&self) -> PlainTextResponseBuilder
fn clone(&self) -> PlainTextResponseBuilder
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 Debug for PlainTextResponseBuilder
impl Debug for PlainTextResponseBuilder
Source§impl Default for PlainTextResponseBuilder
impl Default for PlainTextResponseBuilder
Auto Trait Implementations§
impl Freeze for PlainTextResponseBuilder
impl RefUnwindSafe for PlainTextResponseBuilder
impl Send for PlainTextResponseBuilder
impl Sync for PlainTextResponseBuilder
impl Unpin for PlainTextResponseBuilder
impl UnwindSafe for PlainTextResponseBuilder
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