pub struct OpenResult {
pub nodes: Vec<LoadedNode>,
pub automatic_attention_spent: f64,
}Fields§
§nodes: Vec<LoadedNode>§automatic_attention_spent: f64Trait Implementations§
Source§impl Clone for OpenResult
impl Clone for OpenResult
Source§impl Debug for OpenResult
impl Debug for OpenResult
Source§impl PartialEq for OpenResult
impl PartialEq for OpenResult
impl StructuralPartialEq for OpenResult
Auto Trait Implementations§
impl Freeze for OpenResult
impl RefUnwindSafe for OpenResult
impl Send for OpenResult
impl Sync for OpenResult
impl Unpin for OpenResult
impl UnsafeUnpin for OpenResult
impl UnwindSafe for OpenResult
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