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