Struct ExGetNextVisible
pub struct ExGetNextVisible<'a> { /* private fields */ }
Expand description
Default-param extender for TreeItem::get_next_visible_ex
.
Implementations§
§impl<'a> ExGetNextVisible<'a>
impl<'a> ExGetNextVisible<'a>
Auto Trait Implementations§
impl<'a> Freeze for ExGetNextVisible<'a>
impl<'a> RefUnwindSafe for ExGetNextVisible<'a>
impl<'a> !Send for ExGetNextVisible<'a>
impl<'a> !Sync for ExGetNextVisible<'a>
impl<'a> Unpin for ExGetNextVisible<'a>
impl<'a> !UnwindSafe for ExGetNextVisible<'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