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