pub struct WebSource {
pub title: String,
pub url: String,
}Expand description
One normalized public HTTP(S) source found in a Codex answer.
Fields§
§title: StringSource title derived from the Markdown link when available.
url: StringCanonical public HTTP(S) URL.
Trait Implementations§
impl Eq for WebSource
impl StructuralPartialEq for WebSource
Auto Trait Implementations§
impl Freeze for WebSource
impl RefUnwindSafe for WebSource
impl Send for WebSource
impl Sync for WebSource
impl Unpin for WebSource
impl UnsafeUnpin for WebSource
impl UnwindSafe for WebSource
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