pub struct HostedServiceAccountCreateResult {
pub service_account: HostedServiceAccountSummary,
pub api_key_once: String,
}Expand description
The API key secret appears exactly once, in this response; the server stores only its hash.
Fields§
§service_account: HostedServiceAccountSummary§api_key_once: StringTrait Implementations§
Source§impl Clone for HostedServiceAccountCreateResult
impl Clone for HostedServiceAccountCreateResult
Source§fn clone(&self) -> HostedServiceAccountCreateResult
fn clone(&self) -> HostedServiceAccountCreateResult
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<'de> Deserialize<'de> for HostedServiceAccountCreateResult
impl<'de> Deserialize<'de> for HostedServiceAccountCreateResult
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
Auto Trait Implementations§
impl Freeze for HostedServiceAccountCreateResult
impl RefUnwindSafe for HostedServiceAccountCreateResult
impl Send for HostedServiceAccountCreateResult
impl Sync for HostedServiceAccountCreateResult
impl Unpin for HostedServiceAccountCreateResult
impl UnsafeUnpin for HostedServiceAccountCreateResult
impl UnwindSafe for HostedServiceAccountCreateResult
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