pub struct GetBucketWebsite { /* private fields */ }Expand description
Retrieve the static website configuration of a bucket.
See the Alibaba Cloud documentation for details.
Implementations§
Source§impl GetBucketWebsite
impl GetBucketWebsite
Sourcepub async fn send(self) -> Result<WebsiteConfiguration, Error>
pub async fn send(self) -> Result<WebsiteConfiguration, Error>
Send the request and return the parsed configuration.
Auto Trait Implementations§
impl Freeze for GetBucketWebsite
impl !RefUnwindSafe for GetBucketWebsite
impl Send for GetBucketWebsite
impl Sync for GetBucketWebsite
impl Unpin for GetBucketWebsite
impl !UnwindSafe for GetBucketWebsite
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