Struct qqmusic_rs::types::lyric::QueryLyricResp
source · pub struct QueryLyricResp {
pub result: i64,
pub data: Data,
}
Fields§
§result: i64
§data: Data
Trait Implementations§
source§impl Clone for QueryLyricResp
impl Clone for QueryLyricResp
source§fn clone(&self) -> QueryLyricResp
fn clone(&self) -> QueryLyricResp
Returns a copy of the value. Read more
1.0.0 · 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 QueryLyricResp
impl Debug for QueryLyricResp
source§impl Default for QueryLyricResp
impl Default for QueryLyricResp
source§fn default() -> QueryLyricResp
fn default() -> QueryLyricResp
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for QueryLyricResp
impl<'de> Deserialize<'de> for QueryLyricResp
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 PartialEq for QueryLyricResp
impl PartialEq for QueryLyricResp
source§impl Serialize for QueryLyricResp
impl Serialize for QueryLyricResp
impl StructuralPartialEq for QueryLyricResp
Auto Trait Implementations§
impl Freeze for QueryLyricResp
impl RefUnwindSafe for QueryLyricResp
impl Send for QueryLyricResp
impl Sync for QueryLyricResp
impl Unpin for QueryLyricResp
impl UnwindSafe for QueryLyricResp
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)