Struct spotify_rs::model::audio::Section
source · pub struct Section {
pub start: f32,
pub duration: f32,
pub confidence: f32,
pub loudness: f32,
pub tempo: f32,
pub tempo_confidence: f32,
pub key: i32,
pub key_confidence: f32,
pub mode: Mode,
pub mode_confidence: f32,
pub time_signature: u32,
pub time_signature_confidence: f32,
}Fields§
§start: f32§duration: f32§confidence: f32§loudness: f32§tempo: f32§tempo_confidence: f32§key: i32§key_confidence: f32§mode: Mode§mode_confidence: f32§time_signature: u32§time_signature_confidence: f32Trait Implementations§
source§impl<'de> Deserialize<'de> for Section
impl<'de> Deserialize<'de> for Section
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 Section
impl Send for Section
impl Sync for Section
impl Unpin for Section
impl UnwindSafe for Section
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