pub enum LiteralValueTypeIndicator {
Binary,
Date,
Time,
Timestamp,
X,
ZeroX,
B,
ZeroB,
N,
Charset(BufferSlice),
}
Variants§
Trait Implementations§
Source§impl Debug for LiteralValueTypeIndicator
impl Debug for LiteralValueTypeIndicator
impl StructuralPartialEq for LiteralValueTypeIndicator
Auto Trait Implementations§
impl Freeze for LiteralValueTypeIndicator
impl RefUnwindSafe for LiteralValueTypeIndicator
impl Send for LiteralValueTypeIndicator
impl Sync for LiteralValueTypeIndicator
impl Unpin for LiteralValueTypeIndicator
impl UnwindSafe for LiteralValueTypeIndicator
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