Struct aws_sdk_appstream::output::CreateImageBuilderOutput
source · [−]#[non_exhaustive]pub struct CreateImageBuilderOutput { /* private fields */ }Implementations
sourceimpl CreateImageBuilderOutput
impl CreateImageBuilderOutput
sourcepub fn image_builder(&self) -> Option<&ImageBuilder>
pub fn image_builder(&self) -> Option<&ImageBuilder>
Information about the image builder.
sourceimpl CreateImageBuilderOutput
impl CreateImageBuilderOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateImageBuilderOutput.
Trait Implementations
sourceimpl Clone for CreateImageBuilderOutput
impl Clone for CreateImageBuilderOutput
sourcefn clone(&self) -> CreateImageBuilderOutput
fn clone(&self) -> CreateImageBuilderOutput
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 CreateImageBuilderOutput
impl Debug for CreateImageBuilderOutput
sourceimpl PartialEq<CreateImageBuilderOutput> for CreateImageBuilderOutput
impl PartialEq<CreateImageBuilderOutput> for CreateImageBuilderOutput
sourcefn eq(&self, other: &CreateImageBuilderOutput) -> bool
fn eq(&self, other: &CreateImageBuilderOutput) -> bool
impl StructuralPartialEq for CreateImageBuilderOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateImageBuilderOutput
impl Send for CreateImageBuilderOutput
impl Sync for CreateImageBuilderOutput
impl Unpin for CreateImageBuilderOutput
impl UnwindSafe for CreateImageBuilderOutput
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