pub struct SpecSearchResult {
pub id: i64,
pub file_path: String,
pub heading_path: String,
pub content: String,
}Fields§
§id: i64§file_path: String§heading_path: String§content: StringTrait Implementations§
Source§impl Clone for SpecSearchResult
impl Clone for SpecSearchResult
Source§fn clone(&self) -> SpecSearchResult
fn clone(&self) -> SpecSearchResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SpecSearchResult
impl RefUnwindSafe for SpecSearchResult
impl Send for SpecSearchResult
impl Sync for SpecSearchResult
impl Unpin for SpecSearchResult
impl UnsafeUnpin for SpecSearchResult
impl UnwindSafe for SpecSearchResult
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