pub struct ListCallEventResponse {
pub events: Option<Vec<ApiPeriodV2010PeriodAccountPeriodCallPeriodCallEvent>>,
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§
§events: Option<Vec<ApiPeriodV2010PeriodAccountPeriodCallPeriodCallEvent>>
§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 ListCallEventResponse
impl ListCallEventResponse
pub fn new() -> ListCallEventResponse
Trait Implementations§
Source§impl Clone for ListCallEventResponse
impl Clone for ListCallEventResponse
Source§fn clone(&self) -> ListCallEventResponse
fn clone(&self) -> ListCallEventResponse
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 ListCallEventResponse
impl Debug for ListCallEventResponse
Source§impl Default for ListCallEventResponse
impl Default for ListCallEventResponse
Source§fn default() -> ListCallEventResponse
fn default() -> ListCallEventResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListCallEventResponse
impl<'de> Deserialize<'de> for ListCallEventResponse
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 ListCallEventResponse
impl PartialEq for ListCallEventResponse
Source§impl Serialize for ListCallEventResponse
impl Serialize for ListCallEventResponse
impl StructuralPartialEq for ListCallEventResponse
Auto Trait Implementations§
impl Freeze for ListCallEventResponse
impl RefUnwindSafe for ListCallEventResponse
impl Send for ListCallEventResponse
impl Sync for ListCallEventResponse
impl Unpin for ListCallEventResponse
impl UnwindSafe for ListCallEventResponse
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