Struct aws_sdk_finspace::model::SuperuserParameters
source · #[non_exhaustive]pub struct SuperuserParameters { /* private fields */ }Expand description
Configuration information for the superuser.
Implementations§
source§impl SuperuserParameters
impl SuperuserParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SuperuserParameters.
Trait Implementations§
source§impl Clone for SuperuserParameters
impl Clone for SuperuserParameters
source§fn clone(&self) -> SuperuserParameters
fn clone(&self) -> SuperuserParameters
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 SuperuserParameters
impl Debug for SuperuserParameters
source§impl PartialEq<SuperuserParameters> for SuperuserParameters
impl PartialEq<SuperuserParameters> for SuperuserParameters
source§fn eq(&self, other: &SuperuserParameters) -> bool
fn eq(&self, other: &SuperuserParameters) -> bool
This method tests for
self and other values to be equal, and is used
by ==.