pub struct ApiKeyTokensListResponse {
pub tokens: Option<Vec<ApiKeyToken>>,
}Fields§
§tokens: Option<Vec<ApiKeyToken>>Implementations§
Source§impl ApiKeyTokensListResponse
impl ApiKeyTokensListResponse
pub fn new() -> ApiKeyTokensListResponse
Trait Implementations§
Source§impl Clone for ApiKeyTokensListResponse
impl Clone for ApiKeyTokensListResponse
Source§fn clone(&self) -> ApiKeyTokensListResponse
fn clone(&self) -> ApiKeyTokensListResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ApiKeyTokensListResponse
impl Debug for ApiKeyTokensListResponse
Source§impl Default for ApiKeyTokensListResponse
impl Default for ApiKeyTokensListResponse
Source§fn default() -> ApiKeyTokensListResponse
fn default() -> ApiKeyTokensListResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApiKeyTokensListResponse
impl<'de> Deserialize<'de> for ApiKeyTokensListResponse
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 ApiKeyTokensListResponse
impl PartialEq for ApiKeyTokensListResponse
Source§impl Serialize for ApiKeyTokensListResponse
impl Serialize for ApiKeyTokensListResponse
impl StructuralPartialEq for ApiKeyTokensListResponse
Auto Trait Implementations§
impl Freeze for ApiKeyTokensListResponse
impl RefUnwindSafe for ApiKeyTokensListResponse
impl Send for ApiKeyTokensListResponse
impl Sync for ApiKeyTokensListResponse
impl Unpin for ApiKeyTokensListResponse
impl UnsafeUnpin for ApiKeyTokensListResponse
impl UnwindSafe for ApiKeyTokensListResponse
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