pub enum SleeveCondition {
Mint,
NearMint,
VeryGoodPlus,
VeryGood,
GoodPlus,
Good,
Fair,
Poor,
Generic,
NotGraded,
NoCover,
}Variants§
Trait Implementations§
Source§impl Clone for SleeveCondition
impl Clone for SleeveCondition
Source§fn clone(&self) -> SleeveCondition
fn clone(&self) -> SleeveCondition
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SleeveCondition
impl Debug for SleeveCondition
Source§impl<'de> Deserialize<'de> for SleeveCondition
impl<'de> Deserialize<'de> for SleeveCondition
Source§fn 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
Source§impl Serialize for SleeveCondition
impl Serialize for SleeveCondition
impl Copy for SleeveCondition
Auto Trait Implementations§
impl Freeze for SleeveCondition
impl RefUnwindSafe for SleeveCondition
impl Send for SleeveCondition
impl Sync for SleeveCondition
impl Unpin for SleeveCondition
impl UnsafeUnpin for SleeveCondition
impl UnwindSafe for SleeveCondition
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more