pub struct GetRecordingFileParams {
pub recording: Option<String>,
}Expand description
Parameters for Client::get_recording_file (wire method getRecordingFile).
Fields§
§recording: Option<String>Trait Implementations§
Source§impl Clone for GetRecordingFileParams
impl Clone for GetRecordingFileParams
Source§fn clone(&self) -> GetRecordingFileParams
fn clone(&self) -> GetRecordingFileParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetRecordingFileParams
impl Debug for GetRecordingFileParams
Source§impl Default for GetRecordingFileParams
impl Default for GetRecordingFileParams
Source§fn default() -> GetRecordingFileParams
fn default() -> GetRecordingFileParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetRecordingFileParams
impl RefUnwindSafe for GetRecordingFileParams
impl Send for GetRecordingFileParams
impl Sync for GetRecordingFileParams
impl Unpin for GetRecordingFileParams
impl UnsafeUnpin for GetRecordingFileParams
impl UnwindSafe for GetRecordingFileParams
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