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