pub struct Bucket {
pub bucket_arn: Option<String>,
pub bucket_region: Option<String>,
pub creation_date: Option<DateTime<Utc>>,
pub name: Option<String>,
}Expand description
S3 Bucket.
Fields§
§bucket_arn: Option<String>§bucket_region: Option<String>§creation_date: Option<DateTime<Utc>>§name: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bucket
impl RefUnwindSafe for Bucket
impl Send for Bucket
impl Sync for Bucket
impl Unpin for Bucket
impl UnsafeUnpin for Bucket
impl UnwindSafe for Bucket
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