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