pub enum DisplayBehavior {
Clear,
DefaultRedact,
}Variants§
Clear
Values of this data class are not redacted and will be displayed in the clear.
DefaultRedact
Values of this data class use default redaction behavior from koek-redact.
Auto Trait Implementations§
impl Freeze for DisplayBehavior
impl RefUnwindSafe for DisplayBehavior
impl Send for DisplayBehavior
impl Sync for DisplayBehavior
impl Unpin for DisplayBehavior
impl UnwindSafe for DisplayBehavior
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