pub struct AutoEvidenceResult {
pub items: Vec<Value>,
pub preview_lines: Vec<String>,
}Fields§
§items: Vec<Value>§preview_lines: Vec<String>Trait Implementations§
Source§impl Clone for AutoEvidenceResult
impl Clone for AutoEvidenceResult
Source§fn clone(&self) -> AutoEvidenceResult
fn clone(&self) -> AutoEvidenceResult
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 moreAuto Trait Implementations§
impl Freeze for AutoEvidenceResult
impl RefUnwindSafe for AutoEvidenceResult
impl Send for AutoEvidenceResult
impl Sync for AutoEvidenceResult
impl Unpin for AutoEvidenceResult
impl UnsafeUnpin for AutoEvidenceResult
impl UnwindSafe for AutoEvidenceResult
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