pub struct SpeechContextSoundSpan {
pub span: SpeechContextSpan,
pub score: f64,
}Fields§
§span: SpeechContextSpan§score: f64Trait Implementations§
Source§impl Clone for SpeechContextSoundSpan
impl Clone for SpeechContextSoundSpan
Source§fn clone(&self) -> SpeechContextSoundSpan
fn clone(&self) -> SpeechContextSoundSpan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SpeechContextSoundSpan
impl Debug for SpeechContextSoundSpan
Source§impl<'de> Deserialize<'de> for SpeechContextSoundSpan
impl<'de> Deserialize<'de> for SpeechContextSoundSpan
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 SpeechContextSoundSpan
impl PartialEq for SpeechContextSoundSpan
Source§impl Serialize for SpeechContextSoundSpan
impl Serialize for SpeechContextSoundSpan
impl StructuralPartialEq for SpeechContextSoundSpan
Auto Trait Implementations§
impl Freeze for SpeechContextSoundSpan
impl RefUnwindSafe for SpeechContextSoundSpan
impl Send for SpeechContextSoundSpan
impl Sync for SpeechContextSoundSpan
impl Unpin for SpeechContextSoundSpan
impl UnsafeUnpin for SpeechContextSoundSpan
impl UnwindSafe for SpeechContextSoundSpan
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