Enum sv_parser::JoinKeyword
source · pub enum JoinKeyword {
Join(Box<Keyword, Global>),
JoinAny(Box<Keyword, Global>),
JoinNone(Box<Keyword, Global>),
}
Variants§
Trait Implementations§
source§impl Clone for JoinKeyword
impl Clone for JoinKeyword
source§fn clone(&self) -> JoinKeyword
fn clone(&self) -> JoinKeyword
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 JoinKeyword
impl Debug for JoinKeyword
source§impl<'a> From<&'a JoinKeyword> for RefNode<'a>
impl<'a> From<&'a JoinKeyword> for RefNode<'a>
source§fn from(x: &'a JoinKeyword) -> RefNode<'a>
fn from(x: &'a JoinKeyword) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a JoinKeyword> for RefNodes<'a>
impl<'a> From<&'a JoinKeyword> for RefNodes<'a>
source§fn from(x: &'a JoinKeyword) -> RefNodes<'a>
fn from(x: &'a JoinKeyword) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<JoinKeyword> for AnyNode
impl From<JoinKeyword> for AnyNode
source§fn from(x: JoinKeyword) -> AnyNode
fn from(x: JoinKeyword) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a JoinKeyword
impl<'a> IntoIterator for &'a JoinKeyword
source§impl PartialEq<JoinKeyword> for JoinKeyword
impl PartialEq<JoinKeyword> for JoinKeyword
source§fn eq(&self, other: &JoinKeyword) -> bool
fn eq(&self, other: &JoinKeyword) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.