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