pub enum KmsRoundTripPhase {
Write,
Read,
Verify,
Cleanup,
}Expand description
Safe phase identifier for a failed diagnostic.
Variants§
Trait Implementations§
Source§impl Clone for KmsRoundTripPhase
impl Clone for KmsRoundTripPhase
Source§fn clone(&self) -> KmsRoundTripPhase
fn clone(&self) -> KmsRoundTripPhase
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 moreimpl Copy for KmsRoundTripPhase
Source§impl Debug for KmsRoundTripPhase
impl Debug for KmsRoundTripPhase
impl Eq for KmsRoundTripPhase
Source§impl PartialEq for KmsRoundTripPhase
impl PartialEq for KmsRoundTripPhase
impl StructuralPartialEq for KmsRoundTripPhase
Auto Trait Implementations§
impl Freeze for KmsRoundTripPhase
impl RefUnwindSafe for KmsRoundTripPhase
impl Send for KmsRoundTripPhase
impl Sync for KmsRoundTripPhase
impl Unpin for KmsRoundTripPhase
impl UnsafeUnpin for KmsRoundTripPhase
impl UnwindSafe for KmsRoundTripPhase
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