Struct aws_sdk_ec2::output::CreateFpgaImageOutput
source · [−]#[non_exhaustive]pub struct CreateFpgaImageOutput { /* private fields */ }
Implementations
sourceimpl CreateFpgaImageOutput
impl CreateFpgaImageOutput
sourcepub fn fpga_image_id(&self) -> Option<&str>
pub fn fpga_image_id(&self) -> Option<&str>
The FPGA image identifier (AFI ID).
sourcepub fn fpga_image_global_id(&self) -> Option<&str>
pub fn fpga_image_global_id(&self) -> Option<&str>
The global FPGA image identifier (AGFI ID).
sourceimpl CreateFpgaImageOutput
impl CreateFpgaImageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateFpgaImageOutput
.
Trait Implementations
sourceimpl Clone for CreateFpgaImageOutput
impl Clone for CreateFpgaImageOutput
sourcefn clone(&self) -> CreateFpgaImageOutput
fn clone(&self) -> CreateFpgaImageOutput
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 CreateFpgaImageOutput
impl Debug for CreateFpgaImageOutput
sourceimpl PartialEq<CreateFpgaImageOutput> for CreateFpgaImageOutput
impl PartialEq<CreateFpgaImageOutput> for CreateFpgaImageOutput
sourcefn eq(&self, other: &CreateFpgaImageOutput) -> bool
fn eq(&self, other: &CreateFpgaImageOutput) -> bool
impl StructuralPartialEq for CreateFpgaImageOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateFpgaImageOutput
impl Send for CreateFpgaImageOutput
impl Sync for CreateFpgaImageOutput
impl Unpin for CreateFpgaImageOutput
impl UnwindSafe for CreateFpgaImageOutput
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