pub struct Link<T: HttpTransport> { /* private fields */ }Expand description
HTML link structure
Implementations§
Source§impl<T: HttpTransport> Link<T>
impl<T: HttpTransport> Link<T>
Sourcepub async fn click(&self) -> Result<HttpResponse>
pub async fn click(&self) -> Result<HttpResponse>
Click link
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Link<T>
impl<T> RefUnwindSafe for Link<T>where
T: RefUnwindSafe,
impl<T> Send for Link<T>
impl<T> Sync for Link<T>
impl<T> Unpin for Link<T>
impl<T> UnwindSafe for Link<T>where
T: RefUnwindSafe,
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