pub enum KmsRoundTripErrorClass {
Auth,
NotFound,
Network,
Conflict,
General,
}Expand description
Stable error class retained after adapter diagnostics are discarded.
Variants§
Trait Implementations§
Source§impl Clone for KmsRoundTripErrorClass
impl Clone for KmsRoundTripErrorClass
Source§fn clone(&self) -> KmsRoundTripErrorClass
fn clone(&self) -> KmsRoundTripErrorClass
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 KmsRoundTripErrorClass
Source§impl Debug for KmsRoundTripErrorClass
impl Debug for KmsRoundTripErrorClass
impl Eq for KmsRoundTripErrorClass
Source§impl PartialEq for KmsRoundTripErrorClass
impl PartialEq for KmsRoundTripErrorClass
impl StructuralPartialEq for KmsRoundTripErrorClass
Auto Trait Implementations§
impl Freeze for KmsRoundTripErrorClass
impl RefUnwindSafe for KmsRoundTripErrorClass
impl Send for KmsRoundTripErrorClass
impl Sync for KmsRoundTripErrorClass
impl Unpin for KmsRoundTripErrorClass
impl UnsafeUnpin for KmsRoundTripErrorClass
impl UnwindSafe for KmsRoundTripErrorClass
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