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