pub enum Dests {
Dest(Dest),
Dests(Vec<Dest>),
}Expand description
One or more process destinations.
Variants§
Trait Implementations§
Source§impl FromIterator<Dest> for Dests
impl FromIterator<Dest> for Dests
Auto Trait Implementations§
impl Freeze for Dests
impl RefUnwindSafe for Dests
impl Send for Dests
impl Sync for Dests
impl Unpin for Dests
impl UnwindSafe for Dests
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