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