Struct aws_sdk_ec2::model::FpgaImageState
source · [−]#[non_exhaustive]pub struct FpgaImageState { /* private fields */ }
Expand description
Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).
Implementations
sourceimpl FpgaImageState
impl FpgaImageState
sourcepub fn code(&self) -> Option<&FpgaImageStateCode>
pub fn code(&self) -> Option<&FpgaImageStateCode>
The state. The following are the possible values:
-
pending
- AFI bitstream generation is in progress. -
available
- The AFI is available for use. -
failed
- AFI bitstream generation failed. -
unavailable
- The AFI is no longer available for use.
sourceimpl FpgaImageState
impl FpgaImageState
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FpgaImageState
.
Trait Implementations
sourceimpl Clone for FpgaImageState
impl Clone for FpgaImageState
sourcefn clone(&self) -> FpgaImageState
fn clone(&self) -> FpgaImageState
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 FpgaImageState
impl Debug for FpgaImageState
sourceimpl PartialEq<FpgaImageState> for FpgaImageState
impl PartialEq<FpgaImageState> for FpgaImageState
sourcefn eq(&self, other: &FpgaImageState) -> bool
fn eq(&self, other: &FpgaImageState) -> bool
impl StructuralPartialEq for FpgaImageState
Auto Trait Implementations
impl RefUnwindSafe for FpgaImageState
impl Send for FpgaImageState
impl Sync for FpgaImageState
impl Unpin for FpgaImageState
impl UnwindSafe for FpgaImageState
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