pub struct BindingName(/* private fields */);Expand description
A query binding name.
Implementations§
Trait Implementations§
Source§impl Clone for BindingName
impl Clone for BindingName
Source§fn clone(&self) -> BindingName
fn clone(&self) -> BindingName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BindingName
impl Debug for BindingName
impl Eq for BindingName
Source§impl From<BindingName> for Symbol
impl From<BindingName> for Symbol
Source§fn from(value: BindingName) -> Self
fn from(value: BindingName) -> Self
Converts to this type from the input type.
Source§impl Hash for BindingName
impl Hash for BindingName
Source§impl Ord for BindingName
impl Ord for BindingName
Source§fn cmp(&self, other: &BindingName) -> Ordering
fn cmp(&self, other: &BindingName) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for BindingName
impl PartialEq for BindingName
Source§impl PartialOrd for BindingName
impl PartialOrd for BindingName
impl StructuralPartialEq for BindingName
Auto Trait Implementations§
impl Freeze for BindingName
impl RefUnwindSafe for BindingName
impl Send for BindingName
impl Sync for BindingName
impl Unpin for BindingName
impl UnsafeUnpin for BindingName
impl UnwindSafe for BindingName
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