Enum syntax::ast::RangeSyntax [−][src]
pub enum RangeSyntax {
DotDotDot,
DotDotEq,
}🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Variants
DotDotDot🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
DotDotEq🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl Clone for RangeSyntax[src]
impl Clone for RangeSyntaxfn clone(&self) -> RangeSyntax[src]
fn clone(&self) -> RangeSyntaxReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl PartialEq for RangeSyntax[src]
impl PartialEq for RangeSyntaxfn eq(&self, other: &RangeSyntax) -> bool[src]
fn eq(&self, other: &RangeSyntax) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Eq for RangeSyntax[src]
impl Eq for RangeSyntaxfn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Encodable for RangeSyntax[src]
impl Encodable for RangeSyntaxfn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>[src]
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
impl Decodable for RangeSyntax[src]
impl Decodable for RangeSyntaxfn decode<__D: Decoder>(d: &mut __D) -> Result<RangeSyntax, __D::Error>[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<RangeSyntax, __D::Error>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
impl Hash for RangeSyntax[src]
impl Hash for RangeSyntaxfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for RangeSyntax[src]
impl Debug for RangeSyntaxAuto Trait Implementations
impl Send for RangeSyntax
impl Send for RangeSyntaximpl Sync for RangeSyntax
impl Sync for RangeSyntax