pub struct RecordingAttributes {
pub channels: Option<String>,
pub recording_status_callback: Option<String>,
pub recording_status_callback_event: Option<Vec<String>>,
pub recording_status_callback_method: Option<String>,
pub track: Option<String>,
pub trim: Option<String>,
}Fields§
§channels: Option<String>§recording_status_callback: Option<String>§recording_status_callback_event: Option<Vec<String>>§recording_status_callback_method: Option<String>§track: Option<String>§trim: Option<String>Trait Implementations§
Source§impl Clone for RecordingAttributes
impl Clone for RecordingAttributes
Source§fn clone(&self) -> RecordingAttributes
fn clone(&self) -> RecordingAttributes
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 RecordingAttributes
impl Debug for RecordingAttributes
Source§impl Default for RecordingAttributes
impl Default for RecordingAttributes
Source§fn default() -> RecordingAttributes
fn default() -> RecordingAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RecordingAttributes
impl RefUnwindSafe for RecordingAttributes
impl Send for RecordingAttributes
impl Sync for RecordingAttributes
impl Unpin for RecordingAttributes
impl UnwindSafe for RecordingAttributes
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