[][src]Struct scheduler::model::InfoScheduleableOption

pub struct InfoScheduleableOption<'option_lifetime> {
    pub inner: &'option_lifetime ScheduleableOption,
    // some fields omitted
}

Labeled ScheduleabelOption, used in solver.

Fields

Methods

impl<'a> InfoScheduleableOption<'a>
[src]

Check if two InfoSceduleableOptions conflict.

Trait Implementations

impl<'option_lifetime> PartialEq<InfoScheduleableOption<'option_lifetime>> for InfoScheduleableOption<'option_lifetime>
[src]

impl<'option_lifetime> Clone for InfoScheduleableOption<'option_lifetime>
[src]

Performs copy-assignment from source. Read more

impl<'option_lifetime> Eq for InfoScheduleableOption<'option_lifetime>
[src]

impl<'option_lifetime> Debug for InfoScheduleableOption<'option_lifetime>
[src]

impl<'option_lifetime> Hash for InfoScheduleableOption<'option_lifetime>
[src]

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

Auto Trait Implementations

impl<'option_lifetime> Send for InfoScheduleableOption<'option_lifetime>

impl<'option_lifetime> Sync for InfoScheduleableOption<'option_lifetime>

Blanket Implementations

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

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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