#[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() -> UpdateBackendAuthOutputBuilder
pub fn builder() -> UpdateBackendAuthOutputBuilder
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 ==
.source§impl RequestId for UpdateBackendAuthOutput
impl RequestId for UpdateBackendAuthOutput
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.impl StructuralPartialEq for UpdateBackendAuthOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateBackendAuthOutput
impl Send for UpdateBackendAuthOutput
impl Sync for UpdateBackendAuthOutput
impl Unpin for UpdateBackendAuthOutput
impl UnwindSafe for UpdateBackendAuthOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more