Enum partiql_value::BindingsName
source · pub enum BindingsName<'s> {
CaseSensitive(Cow<'s, str>),
CaseInsensitive(Cow<'s, str>),
}
Variants§
Trait Implementations§
source§impl<'s> Clone for BindingsName<'s>
impl<'s> Clone for BindingsName<'s>
source§fn clone(&self) -> BindingsName<'s>
fn clone(&self) -> BindingsName<'s>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'s> Debug for BindingsName<'s>
impl<'s> Debug for BindingsName<'s>
source§impl<'s> Hash for BindingsName<'s>
impl<'s> Hash for BindingsName<'s>
source§impl<'s> PartialEq<BindingsName<'s>> for BindingsName<'s>
impl<'s> PartialEq<BindingsName<'s>> for BindingsName<'s>
source§fn eq(&self, other: &BindingsName<'s>) -> bool
fn eq(&self, other: &BindingsName<'s>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'s> Eq for BindingsName<'s>
impl<'s> StructuralEq for BindingsName<'s>
impl<'s> StructuralPartialEq for BindingsName<'s>
Auto Trait Implementations§
impl<'s> RefUnwindSafe for BindingsName<'s>
impl<'s> Send for BindingsName<'s>
impl<'s> Sync for BindingsName<'s>
impl<'s> Unpin for BindingsName<'s>
impl<'s> UnwindSafe for BindingsName<'s>
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