pub struct GetPublicAccessBlockInput {
pub bucket: String,
pub expected_bucket_owner: Option<String>,
}Expand description
S3 GetPublicAccessBlockInput.
Fields§
§bucket: StringHTTP label (URI path).
expected_bucket_owner: Option<String>HTTP header: x-amz-expected-bucket-owner.
Trait Implementations§
Source§impl Clone for GetPublicAccessBlockInput
impl Clone for GetPublicAccessBlockInput
Source§fn clone(&self) -> GetPublicAccessBlockInput
fn clone(&self) -> GetPublicAccessBlockInput
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 GetPublicAccessBlockInput
impl Debug for GetPublicAccessBlockInput
Source§impl Default for GetPublicAccessBlockInput
impl Default for GetPublicAccessBlockInput
Source§fn default() -> GetPublicAccessBlockInput
fn default() -> GetPublicAccessBlockInput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetPublicAccessBlockInput
impl RefUnwindSafe for GetPublicAccessBlockInput
impl Send for GetPublicAccessBlockInput
impl Sync for GetPublicAccessBlockInput
impl Unpin for GetPublicAccessBlockInput
impl UnsafeUnpin for GetPublicAccessBlockInput
impl UnwindSafe for GetPublicAccessBlockInput
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