pub enum MssqlParameterLogMode {
Disabled,
Redacted,
}Variants§
Trait Implementations§
Source§impl Clone for MssqlParameterLogMode
impl Clone for MssqlParameterLogMode
Source§fn clone(&self) -> MssqlParameterLogMode
fn clone(&self) -> MssqlParameterLogMode
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 moreSource§impl Debug for MssqlParameterLogMode
impl Debug for MssqlParameterLogMode
Source§impl PartialEq for MssqlParameterLogMode
impl PartialEq for MssqlParameterLogMode
Source§fn eq(&self, other: &MssqlParameterLogMode) -> bool
fn eq(&self, other: &MssqlParameterLogMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MssqlParameterLogMode
impl Eq for MssqlParameterLogMode
impl StructuralPartialEq for MssqlParameterLogMode
Auto Trait Implementations§
impl Freeze for MssqlParameterLogMode
impl RefUnwindSafe for MssqlParameterLogMode
impl Send for MssqlParameterLogMode
impl Sync for MssqlParameterLogMode
impl Unpin for MssqlParameterLogMode
impl UnsafeUnpin for MssqlParameterLogMode
impl UnwindSafe for MssqlParameterLogMode
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