pub struct Lookup {
pub text: String,
pub html: HTMLPayload,
pub aggressive: bool,
pub addresses_with_line_breaks: bool,
pub addresses_per_line: i32,
pub match_strategy: MatchStrategy,
pub result: ExtractionResult,
}
Fields§
§text: String
§html: HTMLPayload
§aggressive: bool
§addresses_with_line_breaks: bool
§addresses_per_line: i32
§match_strategy: MatchStrategy
§result: ExtractionResult
Trait Implementations§
impl StructuralPartialEq for Lookup
Auto Trait Implementations§
impl Freeze for Lookup
impl RefUnwindSafe for Lookup
impl Send for Lookup
impl Sync for Lookup
impl Unpin for Lookup
impl UnwindSafe for Lookup
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