pub enum ArticleValue {
Actress,
Author,
Genre,
Series,
Maker,
}Variants§
Trait Implementations§
Source§impl Debug for ArticleValue
impl Debug for ArticleValue
Auto Trait Implementations§
impl Freeze for ArticleValue
impl RefUnwindSafe for ArticleValue
impl Send for ArticleValue
impl Sync for ArticleValue
impl Unpin for ArticleValue
impl UnwindSafe for ArticleValue
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