#[non_exhaustive]pub struct EnableSsoOutputBuilder { /* private fields */ }Expand description
A builder for EnableSsoOutput.
Implementations§
source§impl EnableSsoOutputBuilder
impl EnableSsoOutputBuilder
sourcepub fn build(self) -> EnableSsoOutput
pub fn build(self) -> EnableSsoOutput
Consumes the builder and constructs a EnableSsoOutput.
Trait Implementations§
source§impl Clone for EnableSsoOutputBuilder
impl Clone for EnableSsoOutputBuilder
source§fn clone(&self) -> EnableSsoOutputBuilder
fn clone(&self) -> EnableSsoOutputBuilder
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 EnableSsoOutputBuilder
impl Debug for EnableSsoOutputBuilder
source§impl Default for EnableSsoOutputBuilder
impl Default for EnableSsoOutputBuilder
source§fn default() -> EnableSsoOutputBuilder
fn default() -> EnableSsoOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<EnableSsoOutputBuilder> for EnableSsoOutputBuilder
impl PartialEq<EnableSsoOutputBuilder> for EnableSsoOutputBuilder
source§fn eq(&self, other: &EnableSsoOutputBuilder) -> bool
fn eq(&self, other: &EnableSsoOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.