pub struct S3State {
pub account_id: String,
pub region: String,
pub buckets: HashMap<String, BucketSnapshot>,
}Fields§
§account_id: String§region: String§buckets: HashMap<String, BucketSnapshot>Trait Implementations§
Source§impl<'de> Deserialize<'de> for S3State
impl<'de> Deserialize<'de> for S3State
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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