pub struct BangumiGetQueueIntro {}Expand description
§接口说明 此接口用户获取用户近期关注但未看/未看完的番剧的列表。 ### 权限需求 此接口需要登录状态才可调用。
Trait Implementations§
Source§impl Clone for BangumiGetQueueIntro
impl Clone for BangumiGetQueueIntro
Source§fn clone(&self) -> BangumiGetQueueIntro
fn clone(&self) -> BangumiGetQueueIntro
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BangumiGetQueueIntro
impl Debug for BangumiGetQueueIntro
Source§impl<'de> Deserialize<'de> for BangumiGetQueueIntro
impl<'de> Deserialize<'de> for BangumiGetQueueIntro
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 Request for BangumiGetQueueIntro
impl Request for BangumiGetQueueIntro
const METHOD: Method = Method::GET
const PATH: &'static str = "/api/v2/bangumi/queue/intro"
type Response = BangumiQueueIntroResponseV2
type Body = ()
type Params = ()
fn body(&self) -> Option<&Self::Body>
fn params(&self) -> Option<&Self::Params>
fn path(&self) -> Cow<'static, str>
Auto Trait Implementations§
impl Freeze for BangumiGetQueueIntro
impl RefUnwindSafe for BangumiGetQueueIntro
impl Send for BangumiGetQueueIntro
impl Sync for BangumiGetQueueIntro
impl Unpin for BangumiGetQueueIntro
impl UnsafeUnpin for BangumiGetQueueIntro
impl UnwindSafe for BangumiGetQueueIntro
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