pub struct NChar { /* private fields */ }Expand description
A fixed-length nchar(length) parameter for an Always Encrypted column (see nchar).
Trait Implementations§
Source§impl ToSql for NChar
impl ToSql for NChar
Source§fn encrypted_param_type(&self) -> Option<EncryptedParamType>
fn encrypted_param_type(&self) -> Option<EncryptedParamType>
The explicit SQL type a parameter must be declared and encrypted as,
when the value alone cannot convey it. Read more
Auto Trait Implementations§
impl Freeze for NChar
impl RefUnwindSafe for NChar
impl Send for NChar
impl Sync for NChar
impl Unpin for NChar
impl UnsafeUnpin for NChar
impl UnwindSafe for NChar
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