Struct sdset::duo::OpBuilder[][src]

pub struct OpBuilder<'a, T: 'a> { /* fields omitted */ }

Type used to make a set operation on two slices only.

Methods

impl<'a, T> OpBuilder<'a, T>
[src]

Construct a type with two slices.

Prepare the two slices for the union set operation.

Prepare the two slices for the intersection set operation.

Prepare the two slices for the difference set operation.

Prepare the two slices for the difference set operation.

Trait Implementations

impl<'a, T: Copy + 'a> Copy for OpBuilder<'a, T>
[src]

impl<'a, T: Clone + 'a> Clone for OpBuilder<'a, T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a, T> Send for OpBuilder<'a, T> where
    T: Sync

impl<'a, T> Sync for OpBuilder<'a, T> where
    T: Sync