pub struct TargetHints {
pub target_type: Option<String>,
pub target_name: Option<String>,
pub domain: Option<String>,
}Expand description
Target hints from IntentDetection harness
Fields§
§target_type: Option<String>§target_name: Option<String>§domain: Option<String>Trait Implementations§
Source§impl Clone for TargetHints
impl Clone for TargetHints
Source§fn clone(&self) -> TargetHints
fn clone(&self) -> TargetHints
Returns a duplicate of the value. Read more
1.0.0 · 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 TargetHints
impl Debug for TargetHints
Source§impl<'de> Deserialize<'de> for TargetHints
impl<'de> Deserialize<'de> for TargetHints
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 Freeze for TargetHints
impl RefUnwindSafe for TargetHints
impl Send for TargetHints
impl Sync for TargetHints
impl Unpin for TargetHints
impl UnsafeUnpin for TargetHints
impl UnwindSafe for TargetHints
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