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