Enum partiql_value::BindingsName
source · pub enum BindingsName {
CaseSensitive(String),
CaseInsensitive(String),
}Variants§
Trait Implementations§
source§impl Clone for BindingsName
impl Clone for BindingsName
source§fn clone(&self) -> BindingsName
fn clone(&self) -> BindingsName
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 Debug for BindingsName
impl Debug for BindingsName
source§impl Hash for BindingsName
impl Hash for BindingsName
source§impl PartialEq<BindingsName> for BindingsName
impl PartialEq<BindingsName> for BindingsName
source§fn eq(&self, other: &BindingsName) -> bool
fn eq(&self, other: &BindingsName) -> bool
This method tests for
self and other values to be equal, and is used
by ==.