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