pub struct DescribeFpgaImageAttributeResult {
pub fpga_image_attribute: Option<FpgaImageAttribute>,
}Fields§
§fpga_image_attribute: Option<FpgaImageAttribute>Information about the attribute.
Trait Implementations§
Source§impl Clone for DescribeFpgaImageAttributeResult
impl Clone for DescribeFpgaImageAttributeResult
Source§fn clone(&self) -> DescribeFpgaImageAttributeResult
fn clone(&self) -> DescribeFpgaImageAttributeResult
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 Default for DescribeFpgaImageAttributeResult
impl Default for DescribeFpgaImageAttributeResult
Source§fn default() -> DescribeFpgaImageAttributeResult
fn default() -> DescribeFpgaImageAttributeResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeFpgaImageAttributeResult
impl PartialEq for DescribeFpgaImageAttributeResult
Source§fn eq(&self, other: &DescribeFpgaImageAttributeResult) -> bool
fn eq(&self, other: &DescribeFpgaImageAttributeResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeFpgaImageAttributeResult
Auto Trait Implementations§
impl Freeze for DescribeFpgaImageAttributeResult
impl RefUnwindSafe for DescribeFpgaImageAttributeResult
impl Send for DescribeFpgaImageAttributeResult
impl Sync for DescribeFpgaImageAttributeResult
impl Unpin for DescribeFpgaImageAttributeResult
impl UnwindSafe for DescribeFpgaImageAttributeResult
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