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