pub enum MangaField {
Show 22 variants
id,
title,
main_picture,
alternative_titles,
start_date,
end_date,
synopsis,
mean,
rank,
popularity,
num_list_users,
num_scoring_users,
nsfw,
genres,
created_at,
updated_at,
media_type,
status,
my_list_status,
num_volumes,
num_chapters,
authors,
}Variants§
id
title
main_picture
alternative_titles
start_date
end_date
synopsis
mean
rank
popularity
num_list_users
num_scoring_users
nsfw
genres
created_at
updated_at
media_type
status
my_list_status
num_volumes
num_chapters
Trait Implementations§
Source§impl Debug for MangaField
impl Debug for MangaField
Source§impl IntoEnumIterator for MangaField
impl IntoEnumIterator for MangaField
type Iterator = MangaFieldIter
fn iter() -> MangaFieldIter ⓘ
Source§impl PartialEq for MangaField
impl PartialEq for MangaField
Source§fn eq(&self, other: &MangaField) -> bool
fn eq(&self, other: &MangaField) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MangaField
Auto Trait Implementations§
impl Freeze for MangaField
impl RefUnwindSafe for MangaField
impl Send for MangaField
impl Sync for MangaField
impl Unpin for MangaField
impl UnsafeUnpin for MangaField
impl UnwindSafe for MangaField
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