pub struct ListSipCredentialListResponse {
pub credential_lists: Option<Vec<ApiPeriodV2010PeriodAccountPeriodSipPeriodSipCredentialList>>,
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§
§credential_lists: Option<Vec<ApiPeriodV2010PeriodAccountPeriodSipPeriodSipCredentialList>>
§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§
Trait Implementations§
Source§impl Clone for ListSipCredentialListResponse
impl Clone for ListSipCredentialListResponse
Source§fn clone(&self) -> ListSipCredentialListResponse
fn clone(&self) -> ListSipCredentialListResponse
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 Default for ListSipCredentialListResponse
impl Default for ListSipCredentialListResponse
Source§fn default() -> ListSipCredentialListResponse
fn default() -> ListSipCredentialListResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListSipCredentialListResponse
impl<'de> Deserialize<'de> for ListSipCredentialListResponse
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 ListSipCredentialListResponse
impl PartialEq for ListSipCredentialListResponse
Source§fn eq(&self, other: &ListSipCredentialListResponse) -> bool
fn eq(&self, other: &ListSipCredentialListResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ListSipCredentialListResponse
Auto Trait Implementations§
impl Freeze for ListSipCredentialListResponse
impl RefUnwindSafe for ListSipCredentialListResponse
impl Send for ListSipCredentialListResponse
impl Sync for ListSipCredentialListResponse
impl Unpin for ListSipCredentialListResponse
impl UnwindSafe for ListSipCredentialListResponse
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