#[non_exhaustive]pub struct UpdateBackendAuthOutput { /* private fields */ }
Implementations§
source§impl UpdateBackendAuthOutput
impl UpdateBackendAuthOutput
sourcepub fn backend_environment_name(&self) -> Option<&str>
pub fn backend_environment_name(&self) -> Option<&str>
The name of the backend environment.
source§impl UpdateBackendAuthOutput
impl UpdateBackendAuthOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBackendAuthOutput
.
Trait Implementations§
source§impl Clone for UpdateBackendAuthOutput
impl Clone for UpdateBackendAuthOutput
source§fn clone(&self) -> UpdateBackendAuthOutput
fn clone(&self) -> UpdateBackendAuthOutput
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 UpdateBackendAuthOutput
impl Debug for UpdateBackendAuthOutput
source§impl PartialEq<UpdateBackendAuthOutput> for UpdateBackendAuthOutput
impl PartialEq<UpdateBackendAuthOutput> for UpdateBackendAuthOutput
source§fn eq(&self, other: &UpdateBackendAuthOutput) -> bool
fn eq(&self, other: &UpdateBackendAuthOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.