Struct syntax::attr::RustcConstUnstable [−][src]
pub struct RustcConstUnstable {
pub feature: Symbol,
}Fields
feature: Symbol
Trait Implementations
impl Encodable for RustcConstUnstable[src]
impl Encodable for RustcConstUnstableimpl Decodable for RustcConstUnstable[src]
impl Decodable for RustcConstUnstableimpl PartialEq for RustcConstUnstable[src]
impl PartialEq for RustcConstUnstablefn eq(&self, other: &RustcConstUnstable) -> bool[src]
fn eq(&self, other: &RustcConstUnstable) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RustcConstUnstable) -> bool[src]
fn ne(&self, other: &RustcConstUnstable) -> boolThis method tests for !=.
impl PartialOrd for RustcConstUnstable[src]
impl PartialOrd for RustcConstUnstablefn partial_cmp(&self, other: &RustcConstUnstable) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &RustcConstUnstable) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &RustcConstUnstable) -> bool[src]
fn lt(&self, other: &RustcConstUnstable) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &RustcConstUnstable) -> bool[src]
fn le(&self, other: &RustcConstUnstable) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &RustcConstUnstable) -> bool[src]
fn gt(&self, other: &RustcConstUnstable) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &RustcConstUnstable) -> bool[src]
fn ge(&self, other: &RustcConstUnstable) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Clone for RustcConstUnstable[src]
impl Clone for RustcConstUnstablefn clone(&self) -> RustcConstUnstable[src]
fn clone(&self) -> RustcConstUnstableReturns 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)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for RustcConstUnstable[src]
impl Debug for RustcConstUnstablefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for RustcConstUnstable[src]
impl Eq for RustcConstUnstableimpl Hash for RustcConstUnstable[src]
impl Hash for RustcConstUnstableAuto Trait Implementations
impl !Send for RustcConstUnstable
impl !Send for RustcConstUnstableimpl !Sync for RustcConstUnstable
impl !Sync for RustcConstUnstable