pub struct SourceCandidate {
pub url: String,
pub title: String,
}Fields§
§url: String§title: StringTrait Implementations§
Source§impl Clone for SourceCandidate
impl Clone for SourceCandidate
Source§impl Debug for SourceCandidate
impl Debug for SourceCandidate
impl Eq for SourceCandidate
Source§impl PartialEq for SourceCandidate
impl PartialEq for SourceCandidate
impl StructuralPartialEq for SourceCandidate
Auto Trait Implementations§
impl Freeze for SourceCandidate
impl RefUnwindSafe for SourceCandidate
impl Send for SourceCandidate
impl Sync for SourceCandidate
impl Unpin for SourceCandidate
impl UnsafeUnpin for SourceCandidate
impl UnwindSafe for SourceCandidate
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