Struct bootstrap::config::TargetSelectionList
source · pub struct TargetSelectionList(Vec<TargetSelection>);
Expand description
Newtype over Vec<TargetSelection>
so we can implement custom parsing logic
Tuple Fields§
§0: Vec<TargetSelection>
Trait Implementations§
source§impl Clone for TargetSelectionList
impl Clone for TargetSelectionList
source§fn clone(&self) -> TargetSelectionList
fn clone(&self) -> TargetSelectionList
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 TargetSelectionList
impl Debug for TargetSelectionList
source§impl Default for TargetSelectionList
impl Default for TargetSelectionList
source§fn default() -> TargetSelectionList
fn default() -> TargetSelectionList
Returns the “default value” for a type. Read more
source§impl Hash for TargetSelectionList
impl Hash for TargetSelectionList
source§impl Ord for TargetSelectionList
impl Ord for TargetSelectionList
source§fn cmp(&self, other: &TargetSelectionList) -> Ordering
fn cmp(&self, other: &TargetSelectionList) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<TargetSelectionList> for TargetSelectionList
impl PartialEq<TargetSelectionList> for TargetSelectionList
source§fn eq(&self, other: &TargetSelectionList) -> bool
fn eq(&self, other: &TargetSelectionList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<TargetSelectionList> for TargetSelectionList
impl PartialOrd<TargetSelectionList> for TargetSelectionList
source§fn partial_cmp(&self, other: &TargetSelectionList) -> Option<Ordering>
fn partial_cmp(&self, other: &TargetSelectionList) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for TargetSelectionList
impl StructuralEq for TargetSelectionList
impl StructuralPartialEq for TargetSelectionList
Auto Trait Implementations§
impl RefUnwindSafe for TargetSelectionList
impl Send for TargetSelectionList
impl Sync for TargetSelectionList
impl Unpin for TargetSelectionList
impl UnwindSafe for TargetSelectionList
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes