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