pub struct PipeSelections<U> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<U: Ui> Clone for PipeSelections<U>
impl<U: Ui> Clone for PipeSelections<U>
Source§impl<U: Ui> CmdLineMode<U> for PipeSelections<U>
impl<U: Ui> CmdLineMode<U> for PipeSelections<U>
Auto Trait Implementations§
impl<U> Freeze for PipeSelections<U>
impl<U> RefUnwindSafe for PipeSelections<U>where
U: RefUnwindSafe,
impl<U> Send for PipeSelections<U>where
U: Send,
impl<U> Sync for PipeSelections<U>where
U: Sync,
impl<U> Unpin for PipeSelections<U>where
U: Unpin,
impl<U> UnwindSafe for PipeSelections<U>where
U: UnwindSafe,
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