[][src]Struct license::OpenSSL

pub struct OpenSSL;

The OpenSSL License.

Trait Implementations

impl Clone for OpenSSL[src]

impl Copy for OpenSSL[src]

impl Debug for OpenSSL[src]

impl Default for OpenSSL[src]

impl Eq for OpenSSL[src]

impl Hash for OpenSSL[src]

impl License for OpenSSL[src]

impl Ord for OpenSSL[src]

impl PartialEq<OpenSSL> for OpenSSL[src]

impl PartialOrd<OpenSSL> for OpenSSL[src]

impl StructuralEq for OpenSSL[src]

impl StructuralPartialEq for OpenSSL[src]

Auto Trait Implementations

impl Send for OpenSSL

impl Sync for OpenSSL

impl Unpin for OpenSSL

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.