pub struct GetBucketPolicyOutput {
pub policy: Option<String>,
}Expand description
S3 GetBucketPolicyOutput.
Fields§
§policy: Option<String>HTTP payload body.
Trait Implementations§
Source§impl Clone for GetBucketPolicyOutput
impl Clone for GetBucketPolicyOutput
Source§fn clone(&self) -> GetBucketPolicyOutput
fn clone(&self) -> GetBucketPolicyOutput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetBucketPolicyOutput
impl Debug for GetBucketPolicyOutput
Source§impl Default for GetBucketPolicyOutput
impl Default for GetBucketPolicyOutput
Source§fn default() -> GetBucketPolicyOutput
fn default() -> GetBucketPolicyOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBucketPolicyOutput
impl RefUnwindSafe for GetBucketPolicyOutput
impl Send for GetBucketPolicyOutput
impl Sync for GetBucketPolicyOutput
impl Unpin for GetBucketPolicyOutput
impl UnsafeUnpin for GetBucketPolicyOutput
impl UnwindSafe for GetBucketPolicyOutput
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