Struct aws_sdk_sso::output::LogoutOutput
source · #[non_exhaustive]pub struct LogoutOutput {}
Implementations§
source§impl LogoutOutput
impl LogoutOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LogoutOutput
.
Trait Implementations§
source§impl Clone for LogoutOutput
impl Clone for LogoutOutput
source§fn clone(&self) -> LogoutOutput
fn clone(&self) -> LogoutOutput
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 LogoutOutput
impl Debug for LogoutOutput
source§impl PartialEq<LogoutOutput> for LogoutOutput
impl PartialEq<LogoutOutput> for LogoutOutput
source§fn eq(&self, other: &LogoutOutput) -> bool
fn eq(&self, other: &LogoutOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.