#[non_exhaustive]pub struct CreateBackendConfigOutput { /* private fields */ }
Implementations
sourceimpl CreateBackendConfigOutput
impl CreateBackendConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBackendConfigOutput
.
Trait Implementations
sourceimpl Clone for CreateBackendConfigOutput
impl Clone for CreateBackendConfigOutput
sourcefn clone(&self) -> CreateBackendConfigOutput
fn clone(&self) -> CreateBackendConfigOutput
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 Debug for CreateBackendConfigOutput
impl Debug for CreateBackendConfigOutput
sourceimpl PartialEq<CreateBackendConfigOutput> for CreateBackendConfigOutput
impl PartialEq<CreateBackendConfigOutput> for CreateBackendConfigOutput
sourcefn eq(&self, other: &CreateBackendConfigOutput) -> bool
fn eq(&self, other: &CreateBackendConfigOutput) -> bool
impl StructuralPartialEq for CreateBackendConfigOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateBackendConfigOutput
impl Send for CreateBackendConfigOutput
impl Sync for CreateBackendConfigOutput
impl Unpin for CreateBackendConfigOutput
impl UnwindSafe for CreateBackendConfigOutput
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