pub struct Name<'bump>(pub &'bump str);Expand description
identifier or string or CROSS or FULL or INNER or LEFT or NATURAL or OUTER or RIGHT.
Tuple Fields§
§0: &'bump strImplementations§
Trait Implementations§
impl<'bump> Eq for Name<'bump>
Auto Trait Implementations§
impl<'bump> Freeze for Name<'bump>
impl<'bump> RefUnwindSafe for Name<'bump>
impl<'bump> Send for Name<'bump>
impl<'bump> Sync for Name<'bump>
impl<'bump> Unpin for Name<'bump>
impl<'bump> UnsafeUnpin for Name<'bump>
impl<'bump> UnwindSafe for Name<'bump>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.