pub struct DescribeLocationS3Request {
pub location_arn: String,
}
Expand description
DescribeLocationS3Request
Fields§
§location_arn: String
The Amazon Resource Name (ARN) of the Amazon S3 bucket location to describe.
Trait Implementations§
Source§impl Clone for DescribeLocationS3Request
impl Clone for DescribeLocationS3Request
Source§fn clone(&self) -> DescribeLocationS3Request
fn clone(&self) -> DescribeLocationS3Request
Returns a copy 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 DescribeLocationS3Request
impl Debug for DescribeLocationS3Request
Source§impl Default for DescribeLocationS3Request
impl Default for DescribeLocationS3Request
Source§fn default() -> DescribeLocationS3Request
fn default() -> DescribeLocationS3Request
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DescribeLocationS3Request
Auto Trait Implementations§
impl Freeze for DescribeLocationS3Request
impl RefUnwindSafe for DescribeLocationS3Request
impl Send for DescribeLocationS3Request
impl Sync for DescribeLocationS3Request
impl Unpin for DescribeLocationS3Request
impl UnwindSafe for DescribeLocationS3Request
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