pub struct KmsRoundTripReport {
pub bucket: String,
pub key_id: String,
pub passed: bool,
pub cleanup_passed: bool,
pub timings: KmsRoundTripTimings,
}Expand description
Successful diagnostic result. Temporary names and content are intentionally absent.
Fields§
§bucket: String§key_id: String§passed: bool§cleanup_passed: bool§timings: KmsRoundTripTimingsTrait Implementations§
Source§impl Clone for KmsRoundTripReport
impl Clone for KmsRoundTripReport
Source§fn clone(&self) -> KmsRoundTripReport
fn clone(&self) -> KmsRoundTripReport
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 KmsRoundTripReport
impl Debug for KmsRoundTripReport
Source§impl<'de> Deserialize<'de> for KmsRoundTripReport
impl<'de> Deserialize<'de> for KmsRoundTripReport
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
impl Eq for KmsRoundTripReport
Source§impl PartialEq for KmsRoundTripReport
impl PartialEq for KmsRoundTripReport
Source§impl Serialize for KmsRoundTripReport
impl Serialize for KmsRoundTripReport
impl StructuralPartialEq for KmsRoundTripReport
Auto Trait Implementations§
impl Freeze for KmsRoundTripReport
impl RefUnwindSafe for KmsRoundTripReport
impl Send for KmsRoundTripReport
impl Sync for KmsRoundTripReport
impl Unpin for KmsRoundTripReport
impl UnsafeUnpin for KmsRoundTripReport
impl UnwindSafe for KmsRoundTripReport
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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