pub enum DetachVolumeError {}Expand description
Errors returned by DetachVolume
Implementations§
Source§impl DetachVolumeError
impl DetachVolumeError
pub fn from_response( res: BufferedHttpResponse, ) -> RusotoError<DetachVolumeError>
Trait Implementations§
Source§impl Debug for DetachVolumeError
impl Debug for DetachVolumeError
Source§impl Display for DetachVolumeError
impl Display for DetachVolumeError
Source§impl Error for DetachVolumeError
impl Error for DetachVolumeError
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 DetachVolumeError
impl PartialEq for DetachVolumeError
impl StructuralPartialEq for DetachVolumeError
Auto Trait Implementations§
impl Freeze for DetachVolumeError
impl RefUnwindSafe for DetachVolumeError
impl Send for DetachVolumeError
impl Sync for DetachVolumeError
impl Unpin for DetachVolumeError
impl UnwindSafe for DetachVolumeError
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