pub enum ResponseSensitivity {
PaymentSensitive,
}Expand description
Classification for whether a Gingr response can be logged or must be quarantined.
Variants§
PaymentSensitive
Response may include payment-related details and must stay log-quarantined.
Trait Implementations§
Source§impl Clone for ResponseSensitivity
impl Clone for ResponseSensitivity
Source§fn clone(&self) -> ResponseSensitivity
fn clone(&self) -> ResponseSensitivity
Returns a duplicate of the value. Read more
1.0.0 · 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 ResponseSensitivity
impl Debug for ResponseSensitivity
Source§impl PartialEq for ResponseSensitivity
impl PartialEq for ResponseSensitivity
impl Copy for ResponseSensitivity
impl Eq for ResponseSensitivity
impl StructuralPartialEq for ResponseSensitivity
Auto Trait Implementations§
impl Freeze for ResponseSensitivity
impl RefUnwindSafe for ResponseSensitivity
impl Send for ResponseSensitivity
impl Sync for ResponseSensitivity
impl Unpin for ResponseSensitivity
impl UnsafeUnpin for ResponseSensitivity
impl UnwindSafe for ResponseSensitivity
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