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