pub struct IdentifyOutcome {
pub speaker_id: Option<String>,
pub evidence: Option<IdentifyEvidence>,
}Fields§
§speaker_id: Option<String>§evidence: Option<IdentifyEvidence>Trait Implementations§
Source§impl Clone for IdentifyOutcome
impl Clone for IdentifyOutcome
Source§fn clone(&self) -> IdentifyOutcome
fn clone(&self) -> IdentifyOutcome
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 IdentifyOutcome
impl Debug for IdentifyOutcome
Source§impl<'de> Deserialize<'de> for IdentifyOutcome
impl<'de> Deserialize<'de> for IdentifyOutcome
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 IdentifyOutcome
impl PartialEq for IdentifyOutcome
Source§impl Serialize for IdentifyOutcome
impl Serialize for IdentifyOutcome
impl StructuralPartialEq for IdentifyOutcome
Auto Trait Implementations§
impl Freeze for IdentifyOutcome
impl RefUnwindSafe for IdentifyOutcome
impl Send for IdentifyOutcome
impl Sync for IdentifyOutcome
impl Unpin for IdentifyOutcome
impl UnsafeUnpin for IdentifyOutcome
impl UnwindSafe for IdentifyOutcome
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