Struct linkspace_pkt::eval::SelectLink
source · pub struct SelectLink<'o>(pub &'o [Link]);Tuple Fields§
§0: &'o [Link]Implementations§
Trait Implementations§
source§impl<'o> Clone for SelectLink<'o>
impl<'o> Clone for SelectLink<'o>
source§fn clone(&self) -> SelectLink<'o>
fn clone(&self) -> SelectLink<'o>
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 more