pub struct Char { /* private fields */ }Expand description
A fixed-length char(length) parameter for an Always Encrypted column (see char()).
Trait Implementations§
Source§impl ToSql for Char
impl ToSql for Char
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 Char
impl RefUnwindSafe for Char
impl Send for Char
impl Sync for Char
impl Unpin for Char
impl UnsafeUnpin for Char
impl UnwindSafe for Char
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