pub struct ResearchBundle {
pub run: SearchRun,
pub representations: Vec<ContentId>,
pub citations: Vec<Citation>,
pub notices: Vec<SearchNotice>,
}Fields§
§run: SearchRun§representations: Vec<ContentId>§citations: Vec<Citation>§notices: Vec<SearchNotice>Trait Implementations§
Source§impl Clone for ResearchBundle
impl Clone for ResearchBundle
Source§fn clone(&self) -> ResearchBundle
fn clone(&self) -> ResearchBundle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResearchBundle
impl Debug for ResearchBundle
impl Eq for ResearchBundle
Source§impl PartialEq for ResearchBundle
impl PartialEq for ResearchBundle
impl StructuralPartialEq for ResearchBundle
Auto Trait Implementations§
impl Freeze for ResearchBundle
impl RefUnwindSafe for ResearchBundle
impl Send for ResearchBundle
impl Sync for ResearchBundle
impl Unpin for ResearchBundle
impl UnsafeUnpin for ResearchBundle
impl UnwindSafe for ResearchBundle
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