Struct aws_sdk_workspacesweb::model::TrustStoreSummary
source · #[non_exhaustive]pub struct TrustStoreSummary { /* private fields */ }
Expand description
The summary of the trust store.
Implementations§
source§impl TrustStoreSummary
impl TrustStoreSummary
sourcepub fn trust_store_arn(&self) -> Option<&str>
pub fn trust_store_arn(&self) -> Option<&str>
The ARN of the trust store.
source§impl TrustStoreSummary
impl TrustStoreSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TrustStoreSummary
.
Trait Implementations§
source§impl Clone for TrustStoreSummary
impl Clone for TrustStoreSummary
source§fn clone(&self) -> TrustStoreSummary
fn clone(&self) -> TrustStoreSummary
Returns a copy 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 TrustStoreSummary
impl Debug for TrustStoreSummary
source§impl PartialEq<TrustStoreSummary> for TrustStoreSummary
impl PartialEq<TrustStoreSummary> for TrustStoreSummary
source§fn eq(&self, other: &TrustStoreSummary) -> bool
fn eq(&self, other: &TrustStoreSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.