pub struct CopyFpgaImageResult {
pub fpga_image_id: Option<String>,
}Fields§
§fpga_image_id: Option<String>The ID of the new AFI.
Trait Implementations§
Source§impl Clone for CopyFpgaImageResult
impl Clone for CopyFpgaImageResult
Source§fn clone(&self) -> CopyFpgaImageResult
fn clone(&self) -> CopyFpgaImageResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CopyFpgaImageResult
impl Debug for CopyFpgaImageResult
Source§impl Default for CopyFpgaImageResult
impl Default for CopyFpgaImageResult
Source§fn default() -> CopyFpgaImageResult
fn default() -> CopyFpgaImageResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for CopyFpgaImageResult
impl PartialEq for CopyFpgaImageResult
impl StructuralPartialEq for CopyFpgaImageResult
Auto Trait Implementations§
impl Freeze for CopyFpgaImageResult
impl RefUnwindSafe for CopyFpgaImageResult
impl Send for CopyFpgaImageResult
impl Sync for CopyFpgaImageResult
impl Unpin for CopyFpgaImageResult
impl UnwindSafe for CopyFpgaImageResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more