pub enum SecretMatchMode {
Exact,
Identity,
}Variants§
Trait Implementations§
Source§impl Clone for SecretMatchMode
impl Clone for SecretMatchMode
impl Copy for SecretMatchMode
Source§impl Debug for SecretMatchMode
impl Debug for SecretMatchMode
impl Eq for SecretMatchMode
Source§impl PartialEq for SecretMatchMode
impl PartialEq for SecretMatchMode
impl StructuralPartialEq for SecretMatchMode
Auto Trait Implementations§
impl Freeze for SecretMatchMode
impl RefUnwindSafe for SecretMatchMode
impl Send for SecretMatchMode
impl Sync for SecretMatchMode
impl Unpin for SecretMatchMode
impl UnsafeUnpin for SecretMatchMode
impl UnwindSafe for SecretMatchMode
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