[][src]Struct license::bzip2_1_0_5

pub struct bzip2_1_0_5;

The bzip2 and libbzip2 License v1.0.5.

Trait Implementations

impl License for bzip2_1_0_5[src]

impl Debug for bzip2_1_0_5[src]

impl PartialEq<bzip2_1_0_5> for bzip2_1_0_5[src]

impl Eq for bzip2_1_0_5[src]

impl Ord for bzip2_1_0_5[src]

impl PartialOrd<bzip2_1_0_5> for bzip2_1_0_5[src]

impl Hash for bzip2_1_0_5[src]

impl Copy for bzip2_1_0_5[src]

impl StructuralPartialEq for bzip2_1_0_5[src]

impl StructuralEq for bzip2_1_0_5[src]

impl Clone for bzip2_1_0_5[src]

impl Default for bzip2_1_0_5[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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