pub struct ExGetChildren<'ex> { /* private fields */ }Expand description
Default-param extender for Node::get_children_ex.
Implementations§
Source§impl<'ex> ExGetChildren<'ex>
impl<'ex> ExGetChildren<'ex>
Auto Trait Implementations§
impl<'ex> Freeze for ExGetChildren<'ex>
impl<'ex> RefUnwindSafe for ExGetChildren<'ex>
impl<'ex> !Send for ExGetChildren<'ex>
impl<'ex> !Sync for ExGetChildren<'ex>
impl<'ex> Unpin for ExGetChildren<'ex>
impl<'ex> UnsafeUnpin for ExGetChildren<'ex>
impl<'ex> UnwindSafe for ExGetChildren<'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