pub struct ApiKeyLookupResponse {
pub id: String,
pub printable: String,
pub key_id: String,
}Fields§
§id: String§printable: String§key_id: StringTrait Implementations§
Source§impl Clone for ApiKeyLookupResponse
impl Clone for ApiKeyLookupResponse
Source§fn clone(&self) -> ApiKeyLookupResponse
fn clone(&self) -> ApiKeyLookupResponse
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 ApiKeyLookupResponse
impl Debug for ApiKeyLookupResponse
Source§impl<'de> Deserialize<'de> for ApiKeyLookupResponse
impl<'de> Deserialize<'de> for ApiKeyLookupResponse
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 ApiKeyLookupResponse
impl PartialEq for ApiKeyLookupResponse
Source§impl Serialize for ApiKeyLookupResponse
impl Serialize for ApiKeyLookupResponse
impl Eq for ApiKeyLookupResponse
impl StructuralPartialEq for ApiKeyLookupResponse
Auto Trait Implementations§
impl Freeze for ApiKeyLookupResponse
impl RefUnwindSafe for ApiKeyLookupResponse
impl Send for ApiKeyLookupResponse
impl Sync for ApiKeyLookupResponse
impl Unpin for ApiKeyLookupResponse
impl UnsafeUnpin for ApiKeyLookupResponse
impl UnwindSafe for ApiKeyLookupResponse
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