Struct nss::TLSCipherSuite [] [src]

pub struct TLSCipherSuite(_);

Methods

impl TLSCipherSuite
[src]

Trait Implementations

impl Debug for TLSCipherSuite
[src]

Formats the value using the given formatter.

impl Clone for TLSCipherSuite
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TLSCipherSuite
[src]

impl PartialEq for TLSCipherSuite
[src]

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

This method tests for !=.

impl Eq for TLSCipherSuite
[src]