Enum rustc_target::spec::RelroLevel[][src]

pub enum RelroLevel {
    Full,
    Partial,
    Off,
    None,
}

Variants

Methods

impl RelroLevel
[src]

Trait Implementations

impl Clone for RelroLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RelroLevel
[src]

impl Debug for RelroLevel
[src]

Formats the value using the given formatter. Read more

impl PartialEq for RelroLevel
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for RelroLevel
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Encodable for RelroLevel
[src]

impl Decodable for RelroLevel
[src]

impl FromStr for RelroLevel
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl ToJson for RelroLevel
[src]

Converts the value of self to an instance of JSON

Auto Trait Implementations

impl Send for RelroLevel

impl Sync for RelroLevel