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