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