pub struct AudioMemberType {
pub list: Vec<AudioMember>,
pub type: i32,
}Expand description
歌曲创作成员类型
Fields§
§list: Vec<AudioMember>成员列表
type: i32成员类型代码 1:歌手 2:作词 3:作曲 4:编曲 5:后期/混音 7:封面制作 8:音源 9:调音 10:演奏 11:乐器 127:UP主
Trait Implementations§
Source§impl Clone for AudioMemberType
impl Clone for AudioMemberType
Source§fn clone(&self) -> AudioMemberType
fn clone(&self) -> AudioMemberType
Returns a duplicate 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 AudioMemberType
impl Debug for AudioMemberType
Source§impl<'de> Deserialize<'de> for AudioMemberType
impl<'de> Deserialize<'de> for AudioMemberType
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 AudioMemberType
impl RefUnwindSafe for AudioMemberType
impl Send for AudioMemberType
impl Sync for AudioMemberType
impl Unpin for AudioMemberType
impl UnwindSafe for AudioMemberType
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