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