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