Struct Algorithm
ring::agreement
pub struct Algorithm { /* fields omitted */ }
A key agreement algorithm.
impl Eq for Algorithm
impl PartialEq for Algorithm
fn eq(&self, other: &Algorithm) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
self
other
==
fn ne(&self, other: &Algorithm) -> bool
This method tests for !=.
!=
impl Send for Algorithm
impl Sync for Algorithm