pub struct Gather {
pub action: Option<String>,
pub method: Method,
pub timeout_seconds: u32,
pub finish_on_key: char,
pub num_digits: Option<u32>,
pub prompt: Prompt,
}Fields§
§action: Option<String>§method: Method§timeout_seconds: u32§finish_on_key: char§num_digits: Option<u32>§prompt: PromptTrait Implementations§
Auto Trait Implementations§
impl Freeze for Gather
impl RefUnwindSafe for Gather
impl Send for Gather
impl Sync for Gather
impl Unpin for Gather
impl UnwindSafe for Gather
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