Struct ExQueryPath
pub struct ExQueryPath<'a> { /* private fields */ }
Expand description
Default-param extender for NavigationServer3D::query_path_ex
.
Implementations§
§impl<'a> ExQueryPath<'a>
impl<'a> ExQueryPath<'a>
pub fn callback(self, callback: &'a Callable) -> ExQueryPath<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExQueryPath<'a>
impl<'a> RefUnwindSafe for ExQueryPath<'a>
impl<'a> !Send for ExQueryPath<'a>
impl<'a> !Sync for ExQueryPath<'a>
impl<'a> Unpin for ExQueryPath<'a>
impl<'a> !UnwindSafe for ExQueryPath<'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