pub struct GetConferenceRecordingFileResponseRecording {
pub recording: Option<u64>,
pub data: Option<String>,
}Expand description
Response body for Client::get_conference_recording_file (wire method getConferenceRecordingFile).
Fields§
§recording: Option<u64>§data: Option<String>Trait Implementations§
Source§impl Clone for GetConferenceRecordingFileResponseRecording
impl Clone for GetConferenceRecordingFileResponseRecording
Source§fn clone(&self) -> GetConferenceRecordingFileResponseRecording
fn clone(&self) -> GetConferenceRecordingFileResponseRecording
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 GetConferenceRecordingFileResponseRecording
impl Default for GetConferenceRecordingFileResponseRecording
Source§fn default() -> GetConferenceRecordingFileResponseRecording
fn default() -> GetConferenceRecordingFileResponseRecording
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetConferenceRecordingFileResponseRecording
impl<'de> Deserialize<'de> for GetConferenceRecordingFileResponseRecording
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetConferenceRecordingFileResponseRecording
impl RefUnwindSafe for GetConferenceRecordingFileResponseRecording
impl Send for GetConferenceRecordingFileResponseRecording
impl Sync for GetConferenceRecordingFileResponseRecording
impl Unpin for GetConferenceRecordingFileResponseRecording
impl UnsafeUnpin for GetConferenceRecordingFileResponseRecording
impl UnwindSafe for GetConferenceRecordingFileResponseRecording
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