[][src]Struct sulis_state::quest_state::QuestState

pub struct QuestState { /* fields omitted */ }

Implementations

impl QuestState[src]

pub fn new(id: String) -> QuestState[src]

pub fn entry_state(&self, entry: &str) -> QuestEntryState[src]

pub fn set_entry_state(&mut self, entry: &str, state: QuestEntryState)[src]

pub fn state(&self) -> QuestEntryState[src]

pub fn iter(
    &self
) -> impl DoubleEndedIterator<Item = &(String, QuestEntryState)>
[src]

Trait Implementations

impl Clone for QuestState[src]

impl Debug for QuestState[src]

impl<'de> Deserialize<'de> for QuestState[src]

impl Serialize for QuestState[src]

Auto Trait Implementations

impl RefUnwindSafe for QuestState

impl Send for QuestState

impl Sync for QuestState

impl Unpin for QuestState

impl UnwindSafe for QuestState

Blanket Implementations

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

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

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

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]