pub struct NewProviderProbe {
pub provider: String,
pub model_id: String,
pub capability_key: String,
pub capability_value: String,
pub confidence: String,
pub error: Option<String>,
}Fields§
§provider: String§model_id: String§capability_key: String§capability_value: String§confidence: String§error: Option<String>Trait Implementations§
Source§impl Clone for NewProviderProbe
impl Clone for NewProviderProbe
Source§fn clone(&self) -> NewProviderProbe
fn clone(&self) -> NewProviderProbe
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 NewProviderProbe
impl Debug for NewProviderProbe
impl Eq for NewProviderProbe
Source§impl PartialEq for NewProviderProbe
impl PartialEq for NewProviderProbe
impl StructuralPartialEq for NewProviderProbe
Auto Trait Implementations§
impl Freeze for NewProviderProbe
impl RefUnwindSafe for NewProviderProbe
impl Send for NewProviderProbe
impl Sync for NewProviderProbe
impl Unpin for NewProviderProbe
impl UnsafeUnpin for NewProviderProbe
impl UnwindSafe for NewProviderProbe
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