pub struct TrendingGetRisingBangumiParams {
pub filter_adult_content: bool,
pub limit: i32,
}Fields§
§filter_adult_content: bool是否过滤成人内容
limit: i32返回条目数量,默认20,最大50
Trait Implementations§
Source§impl Clone for TrendingGetRisingBangumiParams
impl Clone for TrendingGetRisingBangumiParams
Source§fn clone(&self) -> TrendingGetRisingBangumiParams
fn clone(&self) -> TrendingGetRisingBangumiParams
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<'de> Deserialize<'de> for TrendingGetRisingBangumiParams
impl<'de> Deserialize<'de> for TrendingGetRisingBangumiParams
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
Auto Trait Implementations§
impl Freeze for TrendingGetRisingBangumiParams
impl RefUnwindSafe for TrendingGetRisingBangumiParams
impl Send for TrendingGetRisingBangumiParams
impl Sync for TrendingGetRisingBangumiParams
impl Unpin for TrendingGetRisingBangumiParams
impl UnsafeUnpin for TrendingGetRisingBangumiParams
impl UnwindSafe for TrendingGetRisingBangumiParams
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