[][src]Struct buildkit_frontend::Options

pub struct Options { /* fields omitted */ }

Methods

impl Options[src]

pub fn analyse() -> Self[src]

pub fn has<S>(&self, name: S) -> bool where
    S: AsRef<str>, 
[src]

pub fn is_flag_set<S>(&self, name: S) -> bool where
    S: AsRef<str>, 
[src]

pub fn has_value<S1, S2>(&self, name: S1, value: S2) -> bool where
    S1: AsRef<str>,
    S2: AsRef<str>, 
[src]

pub fn get<S>(&self, name: S) -> Option<&str> where
    S: AsRef<str>, 
[src]

pub fn iter<S>(&self, name: S) -> Option<impl Iterator<Item = &str>> where
    S: AsRef<str>, 
[src]

Trait Implementations

impl<T> From<T> for Options where
    T: Iterator<Item = String>, 
[src]

impl PartialEq<Options> for Options[src]

impl Debug for Options[src]

Auto Trait Implementations

impl Send for Options

impl Sync for Options

impl Unpin for Options

impl UnwindSafe for Options

impl RefUnwindSafe for Options

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self