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