pub struct AsyncPickerFilterFuture { /* private fields */ }Expand description
Future for async picker returning filter only
Trait Implementations§
Source§impl Debug for AsyncPickerFilterFuture
Available on crate feature macos_14_0 only.
impl Debug for AsyncPickerFilterFuture
Available on crate feature
macos_14_0 only.Source§impl Future for AsyncPickerFilterFuture
Available on crate feature macos_14_0 only.
impl Future for AsyncPickerFilterFuture
Available on crate feature
macos_14_0 only.Auto Trait Implementations§
impl Freeze for AsyncPickerFilterFuture
impl RefUnwindSafe for AsyncPickerFilterFuture
impl Send for AsyncPickerFilterFuture
impl Sync for AsyncPickerFilterFuture
impl Unpin for AsyncPickerFilterFuture
impl UnwindSafe for AsyncPickerFilterFuture
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
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more