pub struct SqlIdent {
pub name: String,
pub case_sensitive: bool,
}Expand description
A SQL identifier or named reference
Fields§
§name: String§case_sensitive: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for SqlIdent
impl RefUnwindSafe for SqlIdent
impl Send for SqlIdent
impl Sync for SqlIdent
impl Unpin for SqlIdent
impl UnwindSafe for SqlIdent
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