pub struct EnrichResult {
pub related_hint: Option<String>,
}Fields§
Trait Implementations§
Source§impl Default for EnrichResult
impl Default for EnrichResult
Source§fn default() -> EnrichResult
fn default() -> EnrichResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EnrichResult
impl RefUnwindSafe for EnrichResult
impl Send for EnrichResult
impl Sync for EnrichResult
impl Unpin for EnrichResult
impl UnsafeUnpin for EnrichResult
impl UnwindSafe for EnrichResult
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