pub struct SingleSelection;Expand description
A type of selection where only one file can be chosen at a time.
Trait Implementations§
Source§impl Debug for SingleSelection
impl Debug for SingleSelection
Auto Trait Implementations§
impl Freeze for SingleSelection
impl RefUnwindSafe for SingleSelection
impl Send for SingleSelection
impl Sync for SingleSelection
impl Unpin for SingleSelection
impl UnwindSafe for SingleSelection
Blanket Implementations§
Source§impl<C> AsyncPosition<()> for C
impl<C> AsyncPosition<()> for C
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