[][src]Struct license::Info_ZIP

pub struct Info_ZIP;

The Info-ZIP License.

Trait Implementations

impl Clone for Info_ZIP[src]

impl Copy for Info_ZIP[src]

impl Debug for Info_ZIP[src]

impl Default for Info_ZIP[src]

impl Eq for Info_ZIP[src]

impl Hash for Info_ZIP[src]

impl License for Info_ZIP[src]

impl Ord for Info_ZIP[src]

impl PartialEq<Info_ZIP> for Info_ZIP[src]

impl PartialOrd<Info_ZIP> for Info_ZIP[src]

impl StructuralEq for Info_ZIP[src]

impl StructuralPartialEq for Info_ZIP[src]

Auto Trait Implementations

impl Send for Info_ZIP

impl Sync for Info_ZIP

impl Unpin for Info_ZIP

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.