pub enum ArgName {
String(String),
Offset(usize),
}
Expand description
SQL argument placeholder name
Variants§
Trait Implementations§
impl StructuralPartialEq for ArgName
Auto Trait Implementations§
impl Freeze for ArgName
impl RefUnwindSafe for ArgName
impl Send for ArgName
impl Sync for ArgName
impl Unpin for ArgName
impl UnwindSafe for ArgName
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