pub struct IntelligenceError { /* private fields */ }Expand description
Sanitized intelligence-router failure returned to the audio workflow.
Implementations§
Trait Implementations§
Source§impl Clone for IntelligenceError
impl Clone for IntelligenceError
Source§fn clone(&self) -> IntelligenceError
fn clone(&self) -> IntelligenceError
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 IntelligenceError
impl Debug for IntelligenceError
impl Eq for IntelligenceError
Source§impl PartialEq for IntelligenceError
impl PartialEq for IntelligenceError
impl StructuralPartialEq for IntelligenceError
Auto Trait Implementations§
impl Freeze for IntelligenceError
impl RefUnwindSafe for IntelligenceError
impl Send for IntelligenceError
impl Sync for IntelligenceError
impl Unpin for IntelligenceError
impl UnsafeUnpin for IntelligenceError
impl UnwindSafe for IntelligenceError
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