[][src]Struct license::MIT

pub struct MIT;

The MIT License.

Trait Implementations

impl Clone for MIT[src]

impl Copy for MIT[src]

impl Debug for MIT[src]

impl Default for MIT[src]

impl Eq for MIT[src]

impl Hash for MIT[src]

impl License for MIT[src]

impl LicenseExt for MIT[src]

impl Ord for MIT[src]

impl PartialEq<MIT> for MIT[src]

impl PartialOrd<MIT> for MIT[src]

impl StructuralEq for MIT[src]

impl StructuralPartialEq for MIT[src]

Auto Trait Implementations

impl Send for MIT

impl Sync for MIT

impl Unpin for MIT

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.