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