Struct ExGetPathTo
pub struct ExGetPathTo<'a> { /* private fields */ }
Expand description
Default-param extender for Node::get_path_to_ex
.
Implementations§
§impl<'a> ExGetPathTo<'a>
impl<'a> ExGetPathTo<'a>
pub fn use_unique_path(self, use_unique_path: bool) -> ExGetPathTo<'a>
pub fn done(self) -> NodePath
Auto Trait Implementations§
impl<'a> Freeze for ExGetPathTo<'a>
impl<'a> RefUnwindSafe for ExGetPathTo<'a>
impl<'a> !Send for ExGetPathTo<'a>
impl<'a> !Sync for ExGetPathTo<'a>
impl<'a> Unpin for ExGetPathTo<'a>
impl<'a> UnwindSafe for ExGetPathTo<'a>
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