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