pub struct RecordingResp {Show 15 fields
pub account_sid: String,
pub call_sid: String,
pub channels: String,
pub conference_sid: String,
pub date_created: String,
pub date_updated: String,
pub end_time: String,
pub start_time: String,
pub price: String,
pub price_unit: String,
pub duration: String,
pub encryption_details: EncryptionDetails,
pub error_code: String,
pub uri: String,
pub status: RecordingStatus,
}
Fields§
§account_sid: String
§call_sid: String
§channels: String
§conference_sid: String
§date_created: String
§date_updated: String
§end_time: String
§start_time: String
§price: String
§price_unit: String
§duration: String
§encryption_details: EncryptionDetails
§error_code: String
§uri: String
§status: RecordingStatus
Trait Implementations§
Source§impl Debug for RecordingResp
impl Debug for RecordingResp
Source§impl<'de> Deserialize<'de> for RecordingResp
impl<'de> Deserialize<'de> for RecordingResp
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 RecordingResp
impl RefUnwindSafe for RecordingResp
impl Send for RecordingResp
impl Sync for RecordingResp
impl Unpin for RecordingResp
impl UnwindSafe for RecordingResp
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