Struct spotify_rs::model::audio::Meta
source · pub struct Meta {
pub analyzer_version: String,
pub platform: String,
pub detailed_status: String,
pub status_code: u32,
pub timestamp: u64,
pub analysis_time: f32,
pub input_process: String,
}Fields§
§analyzer_version: String§platform: String§detailed_status: String§status_code: u32The return code of the analyzer process. 0 if successful, 1 if any errors occurred.
timestamp: u64§analysis_time: f32§input_process: StringTrait Implementations§
source§impl<'de> Deserialize<'de> for Meta
impl<'de> Deserialize<'de> for Meta
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 RefUnwindSafe for Meta
impl Send for Meta
impl Sync for Meta
impl Unpin for Meta
impl UnwindSafe for Meta
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