pub struct UserUploadedVideos {
pub list: UserUploadedVideoList,
pub page: UserUploadedVideosPage,
pub episodic_button: Option<UserUploadedVideosButton>,
pub is_risk: bool,
}Expand description
/x/space/wbi/arc/search 返回的投稿视频。
Fields§
§list: UserUploadedVideoList投稿视频列表和分区摘要。
page: UserUploadedVideosPage分页摘要。
Bilibili 返回的可选全部播放按钮。
is_risk: bool响应是否被 Bilibili 风控。
Trait Implementations§
Source§impl Clone for UserUploadedVideos
impl Clone for UserUploadedVideos
Source§fn clone(&self) -> UserUploadedVideos
fn clone(&self) -> UserUploadedVideos
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 UserUploadedVideos
impl Debug for UserUploadedVideos
Source§impl<'de> Deserialize<'de> for UserUploadedVideos
impl<'de> Deserialize<'de> for UserUploadedVideos
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 UserUploadedVideos
impl RefUnwindSafe for UserUploadedVideos
impl Send for UserUploadedVideos
impl Sync for UserUploadedVideos
impl Unpin for UserUploadedVideos
impl UnsafeUnpin for UserUploadedVideos
impl UnwindSafe for UserUploadedVideos
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