pub enum DirectoryListStatus {
Abandoned,
Cancelled,
Completed,
Licensed,
Ongoing,
Unknown,
}Expand description
A Dynasty Reader’s directory list status
Variants
Abandoned
Cancelled
Completed
Licensed
Ongoing
Unknown
Trait Implementations
sourceimpl Clone for DirectoryListStatus
impl Clone for DirectoryListStatus
sourcefn clone(&self) -> DirectoryListStatus
fn clone(&self) -> DirectoryListStatus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DirectoryListStatus
impl Debug for DirectoryListStatus
sourceimpl<'de> Deserialize<'de> for DirectoryListStatus
impl<'de> Deserialize<'de> for DirectoryListStatus
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<DirectoryListStatus> for DirectoryListStatus
impl PartialEq<DirectoryListStatus> for DirectoryListStatus
sourcefn eq(&self, other: &DirectoryListStatus) -> bool
fn eq(&self, other: &DirectoryListStatus) -> bool
sourceimpl Serialize for DirectoryListStatus
impl Serialize for DirectoryListStatus
impl Eq for DirectoryListStatus
impl StructuralEq for DirectoryListStatus
impl StructuralPartialEq for DirectoryListStatus
Auto Trait Implementations
impl RefUnwindSafe for DirectoryListStatus
impl Send for DirectoryListStatus
impl Sync for DirectoryListStatus
impl Unpin for DirectoryListStatus
impl UnwindSafe for DirectoryListStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.