pub struct BrowserResult {
pub references: References,
pub nodes: HashMap<NodeId, NodeDescription>,
}
Expand description
Collected result of a browse operation.
Fields§
§references: References
Reference map.
nodes: HashMap<NodeId, NodeDescription>
Discovered nodes.
Trait Implementations§
Source§impl Debug for BrowserResult
impl Debug for BrowserResult
Source§impl Default for BrowserResult
impl Default for BrowserResult
Source§fn default() -> BrowserResult
fn default() -> BrowserResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BrowserResult
impl RefUnwindSafe for BrowserResult
impl Send for BrowserResult
impl Sync for BrowserResult
impl Unpin for BrowserResult
impl UnwindSafe for BrowserResult
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