pub struct Record {
pub action: Option<String>,
pub method: Method,
pub timeout_seconds: u32,
pub finish_on_key: char,
pub max_length_seconds: u32,
pub transcribe: Transcribe,
pub play_beep: bool,
pub trim: bool,
}Fields§
§action: Option<String>§method: Method§timeout_seconds: u32§finish_on_key: char§max_length_seconds: u32§transcribe: Transcribe§play_beep: bool§trim: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Record
impl RefUnwindSafe for Record
impl Send for Record
impl Sync for Record
impl Unpin for Record
impl UnwindSafe for Record
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