#[repr(u8)]pub enum LabelId {
Playing = 1,
Finished = 2,
Stalled = 3,
Dropped = 4,
WishList = 5,
BlackList = 6,
}Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for LabelId
impl<'de> Deserialize<'de> for LabelId
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 PartialEq for LabelId
impl PartialEq for LabelId
impl StructuralPartialEq for LabelId
Auto Trait Implementations§
impl Freeze for LabelId
impl RefUnwindSafe for LabelId
impl Send for LabelId
impl Sync for LabelId
impl Unpin for LabelId
impl UnwindSafe for LabelId
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