pub struct OpenUrlFunction;Expand description
No-op side-effect function (cannot open URLs in a TUI environment).
Trait Implementations§
Source§impl FunctionImplementation for OpenUrlFunction
impl FunctionImplementation for OpenUrlFunction
Source§fn return_type(&self) -> ReturnType
fn return_type(&self) -> ReturnType
The return type of this function.
Auto Trait Implementations§
impl Freeze for OpenUrlFunction
impl RefUnwindSafe for OpenUrlFunction
impl Send for OpenUrlFunction
impl Sync for OpenUrlFunction
impl Unpin for OpenUrlFunction
impl UnsafeUnpin for OpenUrlFunction
impl UnwindSafe for OpenUrlFunction
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