pub struct Music {Show 20 fields
pub cover_hd: LabelTop,
pub status: i64,
pub owner_nickname: String,
pub user_count: i64,
pub is_video_self_see: bool,
pub title: String,
pub play_url: LabelTop,
pub owner_id: String,
pub app_unshelve_info: Value,
pub mid: String,
pub author_name: String,
pub schema_url: String,
pub is_only_owner_use: bool,
pub source: i64,
pub cover_large: LabelTop,
pub owner_handle: String,
pub is_del_video: bool,
pub cover_thumb: LabelTop,
pub cover_medium: LabelTop,
pub music_name: String,
}Fields§
§cover_hd: LabelTop§status: i64§owner_nickname: String§user_count: i64§is_video_self_see: bool§title: String§play_url: LabelTop§owner_id: String§app_unshelve_info: Value§mid: String§schema_url: String§is_only_owner_use: bool§source: i64§cover_large: LabelTop§owner_handle: String§is_del_video: bool§cover_thumb: LabelTop§cover_medium: LabelTop§music_name: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Music
impl<'de> Deserialize<'de> for Music
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 Music
impl RefUnwindSafe for Music
impl Send for Music
impl Sync for Music
impl Unpin for Music
impl UnwindSafe for Music
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more