pub struct Response<'a> { /* private fields */ }
Implementations§
Source§impl<'a> Response<'a>
impl<'a> Response<'a>
pub fn new() -> Response<'a>
pub fn say<S>(self, say: S) -> Response<'a>
pub fn play<P>(self, play: P) -> Response<'a>
pub fn redirect<R>(self, redirect: R) -> Response<'a>
pub fn msg<M>(self, msg: M) -> Response<'a>
pub fn gather(self, gather: Gather<'a>) -> Response<'a>
pub fn dial<D>(self, dial: D) -> Response<'a>
pub fn hangup(self) -> Response<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Response<'a>
impl<'a> RefUnwindSafe for Response<'a>
impl<'a> Send for Response<'a>
impl<'a> Sync for Response<'a>
impl<'a> Unpin for Response<'a>
impl<'a> UnwindSafe for Response<'a>
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