pub struct ListCallResponse {
pub calls: Option<Vec<ApiPeriodV2010PeriodAccountPeriodCall>>,
pub end: Option<i32>,
pub first_page_uri: Option<String>,
pub next_page_uri: Option<String>,
pub page: Option<i32>,
pub page_size: Option<i32>,
pub previous_page_uri: Option<String>,
pub start: Option<i32>,
pub uri: Option<String>,
}
Fields§
§calls: Option<Vec<ApiPeriodV2010PeriodAccountPeriodCall>>
§end: Option<i32>
§first_page_uri: Option<String>
§next_page_uri: Option<String>
§page: Option<i32>
§page_size: Option<i32>
§previous_page_uri: Option<String>
§start: Option<i32>
§uri: Option<String>
Implementations§
Source§impl ListCallResponse
impl ListCallResponse
pub fn new() -> ListCallResponse
Trait Implementations§
Source§impl Clone for ListCallResponse
impl Clone for ListCallResponse
Source§fn clone(&self) -> ListCallResponse
fn clone(&self) -> ListCallResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ListCallResponse
impl Debug for ListCallResponse
Source§impl Default for ListCallResponse
impl Default for ListCallResponse
Source§fn default() -> ListCallResponse
fn default() -> ListCallResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListCallResponse
impl<'de> Deserialize<'de> for ListCallResponse
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
Source§impl PartialEq for ListCallResponse
impl PartialEq for ListCallResponse
Source§impl Serialize for ListCallResponse
impl Serialize for ListCallResponse
impl StructuralPartialEq for ListCallResponse
Auto Trait Implementations§
impl Freeze for ListCallResponse
impl RefUnwindSafe for ListCallResponse
impl Send for ListCallResponse
impl Sync for ListCallResponse
impl Unpin for ListCallResponse
impl UnwindSafe for ListCallResponse
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