Cfg

Struct Cfg 

Source
pub(crate) struct Cfg(CfgEntry);

Tuple Fields§

§0: CfgEntry

Implementations§

Source§

impl Cfg

Source

fn parse_nested( nested_cfg: &MetaItemInner, exclude: &FxHashSet<NameValueCfg>, ) -> Result<Option<Cfg>, InvalidCfgError>

Parses a MetaItemInner into a Cfg.

Source

fn parse_without( cfg: &MetaItem, exclude: &FxHashSet<NameValueCfg>, ) -> Result<Option<Cfg>, InvalidCfgError>

Source

pub(crate) fn parse(cfg: &MetaItemInner) -> Result<Cfg, InvalidCfgError>

Parses a MetaItem into a Cfg.

The MetaItem should be the content of the #[cfg(...)], e.g., unix or target_os = "redox".

If the content is not properly formatted, it will return an error indicating what and where the error is.

Source

pub(crate) fn render_short_html(&self) -> String

Renders the configuration for human display, as a short HTML description.

Source

fn render_long_inner(&self, format: Format) -> String

Source

pub(crate) fn render_long_html(&self) -> String

Renders the configuration for long display, as a long HTML description.

Source

pub(crate) fn render_long_plain(&self) -> String

Renders the configuration for long display, as a long plain text description.

Source

fn should_append_only_to_description(&self) -> bool

Source

fn should_use_with_in_description(&self) -> bool

Source

pub(crate) fn simplify_with(&self, assume: &Self) -> Option<Self>

Attempt to simplify this cfg by assuming that assume is already known to be true, will return None if simplification managed to completely eliminate any requirements from this Cfg.

See tests::test_simplify_with for examples.

Source

fn omit_preposition(&self) -> bool

Source

pub(crate) fn inner(&self) -> &CfgEntry

Trait Implementations§

Source§

impl BitAnd for Cfg

Source§

type Output = Cfg

The resulting type after applying the & operator.
Source§

fn bitand(self, other: Cfg) -> Cfg

Performs the & operation. Read more
Source§

impl BitAndAssign for Cfg

Source§

fn bitand_assign(&mut self, other: Cfg)

Performs the &= operation. Read more
Source§

impl BitOr for Cfg

Source§

type Output = Cfg

The resulting type after applying the | operator.
Source§

fn bitor(self, other: Cfg) -> Cfg

Performs the | operation. Read more
Source§

impl BitOrAssign for Cfg

Source§

fn bitor_assign(&mut self, other: Cfg)

Performs the |= operation. Read more
Source§

impl Clone for Cfg

Source§

fn clone(&self) -> Cfg

Returns a duplicate of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Cfg

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Hash for Cfg

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl Not for Cfg

Source§

type Output = Cfg

The resulting type after applying the ! operator.
Source§

fn not(self) -> Cfg

Performs the unary ! operation. Read more

Auto Trait Implementations§

§

impl Freeze for Cfg

§

impl RefUnwindSafe for Cfg

§

impl Send for Cfg

§

impl Sync for Cfg

§

impl Unpin for Cfg

§

impl UnwindSafe for Cfg

Blanket Implementations§

§

impl<T> Any for T
where T: 'static + ?Sized,

§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Borrow<T> for T
where T: ?Sized,

§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
§

impl<T> BorrowMut<T> for T
where T: ?Sized,

§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> CloneToUninit for T
where T: Clone,

§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
§

impl<T> From<T> for T

§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
§

impl<T, U> Into<U> for T
where U: From<T>,

§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

§

impl<T> IntoEither for T

§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 24 bytes