pub struct RelatedWorkResult {
pub source_bead: String,
pub related: Vec<RelatedBead>,
}Fields§
§source_bead: StringTrait Implementations§
Source§impl Clone for RelatedWorkResult
impl Clone for RelatedWorkResult
Source§fn clone(&self) -> RelatedWorkResult
fn clone(&self) -> RelatedWorkResult
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 moreSource§impl Debug for RelatedWorkResult
impl Debug for RelatedWorkResult
Auto Trait Implementations§
impl Freeze for RelatedWorkResult
impl RefUnwindSafe for RelatedWorkResult
impl Send for RelatedWorkResult
impl Sync for RelatedWorkResult
impl Unpin for RelatedWorkResult
impl UnsafeUnpin for RelatedWorkResult
impl UnwindSafe for RelatedWorkResult
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