pub enum MeWorks {
fields,
filter_ids,
filter_season,
filter_title,
filter_status,
page,
per_page,
sort_id,
sort_season,
sort_watchers_count,
Invalid,
}
Expand description
used by me_works() function
/v1/me/works assepts parameters.
Variants§
fields
filter_ids
filter_season
filter_title
filter_status
page
per_page
sort_id
sort_season
sort_watchers_count
Invalid
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MeWorks
impl<'de> Deserialize<'de> for MeWorks
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
impl StructuralPartialEq for MeWorks
Auto Trait Implementations§
impl Freeze for MeWorks
impl RefUnwindSafe for MeWorks
impl Send for MeWorks
impl Sync for MeWorks
impl Unpin for MeWorks
impl UnwindSafe for MeWorks
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