pub struct S3State {
pub account_id: String,
pub region: String,
pub buckets: HashMap<String, S3Bucket>,
pub notification_events: Vec<S3NotificationEvent>,
}Fields§
§account_id: String§region: String§buckets: HashMap<String, S3Bucket>§notification_events: Vec<S3NotificationEvent>Implementations§
Auto Trait Implementations§
impl Freeze for S3State
impl RefUnwindSafe for S3State
impl Send for S3State
impl Sync for S3State
impl Unpin for S3State
impl UnsafeUnpin for S3State
impl UnwindSafe for S3State
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