pub struct Selections(pub Vec<MarketSelectionName>);
Tuple Fields§
§0: Vec<MarketSelectionName>
Trait Implementations§
Source§impl Clone for Selections
impl Clone for Selections
Source§fn clone(&self) -> Selections
fn clone(&self) -> Selections
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Selections
impl Debug for Selections
Auto Trait Implementations§
impl Freeze for Selections
impl RefUnwindSafe for Selections
impl Send for Selections
impl Sync for Selections
impl Unpin for Selections
impl UnwindSafe for Selections
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