pub struct ResetFpgaImageAttributeResult {
pub return_: Option<bool>,
}Fields§
§return_: Option<bool>Is true if the request succeeds, and an error otherwise.
Trait Implementations§
Source§impl Clone for ResetFpgaImageAttributeResult
impl Clone for ResetFpgaImageAttributeResult
Source§fn clone(&self) -> ResetFpgaImageAttributeResult
fn clone(&self) -> ResetFpgaImageAttributeResult
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 ResetFpgaImageAttributeResult
impl Default for ResetFpgaImageAttributeResult
Source§fn default() -> ResetFpgaImageAttributeResult
fn default() -> ResetFpgaImageAttributeResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for ResetFpgaImageAttributeResult
impl PartialEq for ResetFpgaImageAttributeResult
Source§fn eq(&self, other: &ResetFpgaImageAttributeResult) -> bool
fn eq(&self, other: &ResetFpgaImageAttributeResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResetFpgaImageAttributeResult
Auto Trait Implementations§
impl Freeze for ResetFpgaImageAttributeResult
impl RefUnwindSafe for ResetFpgaImageAttributeResult
impl Send for ResetFpgaImageAttributeResult
impl Sync for ResetFpgaImageAttributeResult
impl Unpin for ResetFpgaImageAttributeResult
impl UnwindSafe for ResetFpgaImageAttributeResult
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