pub struct SearchEntry {
pub spec: String,
pub anchor: String,
pub title: Option<String>,
pub section_type: String,
pub snippet: String,
}Fields§
§spec: String§anchor: String§title: Option<String>§section_type: String§snippet: StringTrait Implementations§
Source§impl Debug for SearchEntry
impl Debug for SearchEntry
Auto Trait Implementations§
impl Freeze for SearchEntry
impl RefUnwindSafe for SearchEntry
impl Send for SearchEntry
impl Sync for SearchEntry
impl Unpin for SearchEntry
impl UnsafeUnpin for SearchEntry
impl UnwindSafe for SearchEntry
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