#[non_exhaustive]pub struct DeleteRealtimeLogConfigInput { /* private fields */ }
Implementations
sourceimpl DeleteRealtimeLogConfigInput
impl DeleteRealtimeLogConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRealtimeLogConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRealtimeLogConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteRealtimeLogConfig
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRealtimeLogConfigInput
.
Trait Implementations
sourceimpl Clone for DeleteRealtimeLogConfigInput
impl Clone for DeleteRealtimeLogConfigInput
sourcefn clone(&self) -> DeleteRealtimeLogConfigInput
fn clone(&self) -> DeleteRealtimeLogConfigInput
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 DeleteRealtimeLogConfigInput
impl Debug for DeleteRealtimeLogConfigInput
sourceimpl PartialEq<DeleteRealtimeLogConfigInput> for DeleteRealtimeLogConfigInput
impl PartialEq<DeleteRealtimeLogConfigInput> for DeleteRealtimeLogConfigInput
sourcefn eq(&self, other: &DeleteRealtimeLogConfigInput) -> bool
fn eq(&self, other: &DeleteRealtimeLogConfigInput) -> bool
impl StructuralPartialEq for DeleteRealtimeLogConfigInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteRealtimeLogConfigInput
impl Send for DeleteRealtimeLogConfigInput
impl Sync for DeleteRealtimeLogConfigInput
impl Unpin for DeleteRealtimeLogConfigInput
impl UnwindSafe for DeleteRealtimeLogConfigInput
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