Enum syntax::ast::RangeLimits
[−]
[src]
pub enum RangeLimits {
HalfOpen,
Closed,
}🔬 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?
Limit types of a range (inclusive or exclusive)
Variants
HalfOpen🔬 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?
Inclusive at the beginning, exclusive at the end
Closed🔬 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?
Inclusive at the beginning and end
Trait Implementations
impl Copy for RangeLimits[src]
impl Copy for RangeLimitsimpl Clone for RangeLimits[src]
impl Clone for RangeLimitsfn clone(&self) -> RangeLimits[src]
fn clone(&self) -> RangeLimitsReturns 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 RangeLimits[src]
impl PartialEq for RangeLimitsfn eq(&self, __arg_0: &RangeLimits) -> bool[src]
fn eq(&self, __arg_0: &RangeLimits) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Eq for RangeLimits[src]
impl Eq for RangeLimitsimpl Encodable for RangeLimits[src]
impl Encodable for RangeLimitsfn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>[src]
fn encode<__S: Encoder>(&self, __arg_0: &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 RangeLimits[src]
impl Decodable for RangeLimitsfn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<RangeLimits, __D::Error>[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<RangeLimits, __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 RangeLimits[src]
impl Hash for RangeLimitsfn hash<__H: Hasher>(&self, __arg_0: &mut __H)[src]
fn hash<__H: Hasher>(&self, __arg_0: &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 RangeLimits[src]
impl Debug for RangeLimitsAuto Trait Implementations
impl Send for RangeLimits
impl Send for RangeLimitsimpl Sync for RangeLimits
impl Sync for RangeLimits