pub struct InvalidLink {
pub link: Link,
pub reason: Reason,
}Fields§
§link: LinkThe invalid link.
reason: ReasonWhy is this link invalid?
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InvalidLink
impl !RefUnwindSafe for InvalidLink
impl Send for InvalidLink
impl Sync for InvalidLink
impl Unpin for InvalidLink
impl !UnwindSafe for InvalidLink
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