pub struct ListSelector { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for ListSelector
impl RefUnwindSafe for ListSelector
impl Send for ListSelector
impl Sync for ListSelector
impl Unpin for ListSelector
impl UnsafeUnpin for ListSelector
impl UnwindSafe for ListSelector
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