pub enum CopyFpgaImageError {}Expand description
Errors returned by CopyFpgaImage
Implementations§
Source§impl CopyFpgaImageError
impl CopyFpgaImageError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<CopyFpgaImageError>
Trait Implementations§
Source§impl Debug for CopyFpgaImageError
impl Debug for CopyFpgaImageError
Source§impl Display for CopyFpgaImageError
impl Display for CopyFpgaImageError
Source§impl Error for CopyFpgaImageError
impl Error for CopyFpgaImageError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for CopyFpgaImageError
impl PartialEq for CopyFpgaImageError
impl StructuralPartialEq for CopyFpgaImageError
Auto Trait Implementations§
impl Freeze for CopyFpgaImageError
impl RefUnwindSafe for CopyFpgaImageError
impl Send for CopyFpgaImageError
impl Sync for CopyFpgaImageError
impl Unpin for CopyFpgaImageError
impl UnwindSafe for CopyFpgaImageError
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