pub struct SearchPath { /* private fields */ }Expand description
The set of items on the path from the root to the current node, kept sorted.
Implementations§
Trait Implementations§
Source§impl Default for SearchPath
impl Default for SearchPath
Source§fn default() -> SearchPath
fn default() -> SearchPath
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SearchPath
impl RefUnwindSafe for SearchPath
impl Send for SearchPath
impl Sync for SearchPath
impl Unpin for SearchPath
impl UnsafeUnpin for SearchPath
impl UnwindSafe for SearchPath
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