pub struct StorageIntegrityFailure {
pub bucket: String,
pub key: String,
pub version_id: String,
pub reason: String,
}Fields§
§bucket: String§key: String§version_id: String§reason: StringTrait Implementations§
Source§impl Clone for StorageIntegrityFailure
impl Clone for StorageIntegrityFailure
Source§fn clone(&self) -> StorageIntegrityFailure
fn clone(&self) -> StorageIntegrityFailure
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StorageIntegrityFailure
impl Debug for StorageIntegrityFailure
Source§impl PartialEq for StorageIntegrityFailure
impl PartialEq for StorageIntegrityFailure
Source§fn eq(&self, other: &StorageIntegrityFailure) -> bool
fn eq(&self, other: &StorageIntegrityFailure) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StorageIntegrityFailure
impl Serialize for StorageIntegrityFailure
impl Eq for StorageIntegrityFailure
impl StructuralPartialEq for StorageIntegrityFailure
Auto Trait Implementations§
impl Freeze for StorageIntegrityFailure
impl RefUnwindSafe for StorageIntegrityFailure
impl Send for StorageIntegrityFailure
impl Sync for StorageIntegrityFailure
impl Unpin for StorageIntegrityFailure
impl UnsafeUnpin for StorageIntegrityFailure
impl UnwindSafe for StorageIntegrityFailure
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