pub struct ListTranscriptionResponse {
pub transcriptions: Option<Vec<ApiPeriodV2010PeriodAccountPeriodTranscription>>,
pub end: Option<i32>,
pub first_page_uri: Option<String>,
pub next_page_uri: Option<Option<String>>,
pub page: Option<i32>,
pub page_size: Option<i32>,
pub previous_page_uri: Option<Option<String>>,
pub start: Option<i32>,
pub uri: Option<String>,
}
Fields§
§transcriptions: Option<Vec<ApiPeriodV2010PeriodAccountPeriodTranscription>>
§end: Option<i32>
§first_page_uri: Option<String>
§next_page_uri: Option<Option<String>>
§page: Option<i32>
§page_size: Option<i32>
§previous_page_uri: Option<Option<String>>
§start: Option<i32>
§uri: Option<String>
Implementations§
Source§impl ListTranscriptionResponse
impl ListTranscriptionResponse
pub fn new() -> ListTranscriptionResponse
Trait Implementations§
Source§impl Clone for ListTranscriptionResponse
impl Clone for ListTranscriptionResponse
Source§fn clone(&self) -> ListTranscriptionResponse
fn clone(&self) -> ListTranscriptionResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 ListTranscriptionResponse
impl Debug for ListTranscriptionResponse
Source§impl Default for ListTranscriptionResponse
impl Default for ListTranscriptionResponse
Source§fn default() -> ListTranscriptionResponse
fn default() -> ListTranscriptionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListTranscriptionResponse
impl<'de> Deserialize<'de> for ListTranscriptionResponse
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
impl StructuralPartialEq for ListTranscriptionResponse
Auto Trait Implementations§
impl Freeze for ListTranscriptionResponse
impl RefUnwindSafe for ListTranscriptionResponse
impl Send for ListTranscriptionResponse
impl Sync for ListTranscriptionResponse
impl Unpin for ListTranscriptionResponse
impl UnwindSafe for ListTranscriptionResponse
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