#[non_exhaustive]pub struct CreateBackendEnvironmentOutput { /* private fields */ }Expand description
The result structure for the create backend environment request.
Implementations
sourceimpl CreateBackendEnvironmentOutput
impl CreateBackendEnvironmentOutput
sourcepub fn backend_environment(&self) -> Option<&BackendEnvironment>
pub fn backend_environment(&self) -> Option<&BackendEnvironment>
Describes the backend environment for an Amplify app.
sourceimpl CreateBackendEnvironmentOutput
impl CreateBackendEnvironmentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBackendEnvironmentOutput.
Trait Implementations
sourceimpl Clone for CreateBackendEnvironmentOutput
impl Clone for CreateBackendEnvironmentOutput
sourcefn clone(&self) -> CreateBackendEnvironmentOutput
fn clone(&self) -> CreateBackendEnvironmentOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<CreateBackendEnvironmentOutput> for CreateBackendEnvironmentOutput
impl PartialEq<CreateBackendEnvironmentOutput> for CreateBackendEnvironmentOutput
sourcefn eq(&self, other: &CreateBackendEnvironmentOutput) -> bool
fn eq(&self, other: &CreateBackendEnvironmentOutput) -> bool
impl StructuralPartialEq for CreateBackendEnvironmentOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateBackendEnvironmentOutput
impl Send for CreateBackendEnvironmentOutput
impl Sync for CreateBackendEnvironmentOutput
impl Unpin for CreateBackendEnvironmentOutput
impl UnwindSafe for CreateBackendEnvironmentOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more