Enum fire_postgres::filter::WhereIdent
source · pub enum WhereIdent {
Param,
Name(Cow<'static, str>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WhereIdent
impl RefUnwindSafe for WhereIdent
impl Send for WhereIdent
impl Sync for WhereIdent
impl Unpin for WhereIdent
impl UnwindSafe for WhereIdent
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