pub struct UrlMatch { /* private fields */ }Expand description
Result of URL detection at a terminal position.
Contains the detected URL string and a CellQuery for highlighting
or extracting the URL region.
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for UrlMatch
impl FromWasmAbi for UrlMatch
Source§impl IntoWasmAbi for UrlMatch
impl IntoWasmAbi for UrlMatch
Source§impl LongRefFromWasmAbi for UrlMatch
impl LongRefFromWasmAbi for UrlMatch
Source§impl OptionFromWasmAbi for UrlMatch
impl OptionFromWasmAbi for UrlMatch
Source§impl OptionIntoWasmAbi for UrlMatch
impl OptionIntoWasmAbi for UrlMatch
Source§impl RefFromWasmAbi for UrlMatch
impl RefFromWasmAbi for UrlMatch
Source§impl RefMutFromWasmAbi for UrlMatch
impl RefMutFromWasmAbi for UrlMatch
Source§impl TryFromJsValue for UrlMatch
impl TryFromJsValue for UrlMatch
Source§impl VectorFromWasmAbi for UrlMatch
impl VectorFromWasmAbi for UrlMatch
Source§impl VectorIntoWasmAbi for UrlMatch
impl VectorIntoWasmAbi for UrlMatch
impl SupportsConstructor for UrlMatch
impl SupportsInstanceProperty for UrlMatch
impl SupportsStaticProperty for UrlMatch
Auto Trait Implementations§
impl Freeze for UrlMatch
impl RefUnwindSafe for UrlMatch
impl Send for UrlMatch
impl Sync for UrlMatch
impl Unpin for UrlMatch
impl UnsafeUnpin for UrlMatch
impl UnwindSafe for UrlMatch
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
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.