pub struct Gather<'a> { /* private fields */ }
Implementations§
Source§impl<'a> Gather<'a>
impl<'a> Gather<'a>
pub fn say<S>(self, say: S) -> Gather<'a>
pub fn play<P>(self, play: P) -> Gather<'a>
pub fn redirect<R>(self, redirect: R) -> Gather<'a>
pub fn method(self, method: Method) -> Gather<'a>
pub fn finish_on_key(self, key: char) -> Gather<'a>
pub fn timeout(self, timeout: usize) -> Gather<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Gather<'a>
impl<'a> RefUnwindSafe for Gather<'a>
impl<'a> Send for Gather<'a>
impl<'a> Sync for Gather<'a>
impl<'a> Unpin for Gather<'a>
impl<'a> UnwindSafe for Gather<'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