Enum Status
discogs::data_structures
pub enum Status { Accepted, }
Accepted
impl Debug for Status
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Status
fn eq(&self, __arg_0: &Status) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
self
other
==
fn ne(&self, other: &Rhs) -> bool
This method tests for !=.
!=
impl Clone for Status
fn clone(&self) -> Status
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source
impl Send for Status
impl Sync for Status