Struct parser_c::support::Set
[−]
[src]
pub struct Set<T: Eq + Hash>(_);
Methods
impl<T: Eq + Hash + Debug> Set<T>
[src]
fn member(item: T, list: Self) -> bool
fn fromList(list: Vec<T>) -> Self
fn insert(item: T, list: Self) -> Self
fn delete(item: T, list: Self) -> Self
Trait Implementations
impl<T: Clone + Eq + Hash> Clone for Set<T>
[src]
fn clone(&self) -> Set<T>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more