pub struct TenantRecoveryKeyResponse {
pub expiry: String,
pub url: String,
}
Expand description
TenantRecoveryKeyResponse : Tenant recovery key creation response serializer
Fields§
§expiry: String
§url: String
Implementations§
Source§impl TenantRecoveryKeyResponse
impl TenantRecoveryKeyResponse
Sourcepub fn new(expiry: String, url: String) -> TenantRecoveryKeyResponse
pub fn new(expiry: String, url: String) -> TenantRecoveryKeyResponse
Tenant recovery key creation response serializer
Trait Implementations§
Source§impl Clone for TenantRecoveryKeyResponse
impl Clone for TenantRecoveryKeyResponse
Source§fn clone(&self) -> TenantRecoveryKeyResponse
fn clone(&self) -> TenantRecoveryKeyResponse
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 TenantRecoveryKeyResponse
impl Debug for TenantRecoveryKeyResponse
Source§impl Default for TenantRecoveryKeyResponse
impl Default for TenantRecoveryKeyResponse
Source§fn default() -> TenantRecoveryKeyResponse
fn default() -> TenantRecoveryKeyResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TenantRecoveryKeyResponse
impl<'de> Deserialize<'de> for TenantRecoveryKeyResponse
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
impl StructuralPartialEq for TenantRecoveryKeyResponse
Auto Trait Implementations§
impl Freeze for TenantRecoveryKeyResponse
impl RefUnwindSafe for TenantRecoveryKeyResponse
impl Send for TenantRecoveryKeyResponse
impl Sync for TenantRecoveryKeyResponse
impl Unpin for TenantRecoveryKeyResponse
impl UnwindSafe for TenantRecoveryKeyResponse
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