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