pub struct RecordAttributes {Show 14 fields
pub action: Option<String>,
pub finish_on_key: Option<String>,
pub max_length: Option<u32>,
pub method: Option<String>,
pub play_beep: Option<bool>,
pub recording_status_callback: Option<String>,
pub recording_status_callback_event: Option<Vec<String>>,
pub recording_status_callback_method: Option<String>,
pub timeout: Option<u32>,
pub transcribe: Option<bool>,
pub transcribe_callback: Option<String>,
pub trim: Option<String>,
pub recording_channels: Option<String>,
pub recording_track: Option<String>,
}Fields§
§action: Option<String>§finish_on_key: Option<String>§max_length: Option<u32>§method: Option<String>§play_beep: Option<bool>§recording_status_callback: Option<String>§recording_status_callback_event: Option<Vec<String>>§recording_status_callback_method: Option<String>§timeout: Option<u32>§transcribe: Option<bool>§transcribe_callback: Option<String>§trim: Option<String>§recording_channels: Option<String>§recording_track: Option<String>Trait Implementations§
Source§impl Clone for RecordAttributes
impl Clone for RecordAttributes
Source§fn clone(&self) -> RecordAttributes
fn clone(&self) -> RecordAttributes
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 RecordAttributes
impl Debug for RecordAttributes
Source§impl Default for RecordAttributes
impl Default for RecordAttributes
Source§fn default() -> RecordAttributes
fn default() -> RecordAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RecordAttributes
impl RefUnwindSafe for RecordAttributes
impl Send for RecordAttributes
impl Sync for RecordAttributes
impl Unpin for RecordAttributes
impl UnwindSafe for RecordAttributes
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