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