#[non_exhaustive]pub struct TestAuthorizationOutput { /* private fields */ }Implementations§
source§impl TestAuthorizationOutput
impl TestAuthorizationOutput
sourcepub fn auth_results(&self) -> Option<&[AuthResult]>
pub fn auth_results(&self) -> Option<&[AuthResult]>
The authentication results.
source§impl TestAuthorizationOutput
impl TestAuthorizationOutput
sourcepub fn builder() -> TestAuthorizationOutputBuilder
pub fn builder() -> TestAuthorizationOutputBuilder
Creates a new builder-style object to manufacture TestAuthorizationOutput.
Trait Implementations§
source§impl Clone for TestAuthorizationOutput
impl Clone for TestAuthorizationOutput
source§fn clone(&self) -> TestAuthorizationOutput
fn clone(&self) -> TestAuthorizationOutput
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 TestAuthorizationOutput
impl Debug for TestAuthorizationOutput
source§impl PartialEq<TestAuthorizationOutput> for TestAuthorizationOutput
impl PartialEq<TestAuthorizationOutput> for TestAuthorizationOutput
source§fn eq(&self, other: &TestAuthorizationOutput) -> bool
fn eq(&self, other: &TestAuthorizationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for TestAuthorizationOutput
impl RequestId for TestAuthorizationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.