pub struct Platform<'a, 'repo> {
pub breadthfirst: BreadthFirstPresets<'a, 'repo>,
/* private fields */
}
Expand description
An intermediate object to start traversing the parent tree from.
Fields
breadthfirst: BreadthFirstPresets<'a, 'repo>
Provides easy access to presets for common breadth-first traversal.
Implementations
Auto Trait Implementations
impl<'a, 'repo> !RefUnwindSafe for Platform<'a, 'repo>
impl<'a, 'repo> !Send for Platform<'a, 'repo>
impl<'a, 'repo> !Sync for Platform<'a, 'repo>
impl<'a, 'repo> Unpin for Platform<'a, 'repo>where
'repo: 'a,
impl<'a, 'repo> !UnwindSafe for Platform<'a, 'repo>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more