Struct ring::agreement::Algorithm[][src]

pub struct Algorithm { /* fields omitted */ }

A key agreement algorithm.

Trait Implementations

impl Eq for Algorithm
[src]

impl PartialEq for Algorithm
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Algorithm

impl Sync for Algorithm