[][src]Struct license::Nunit

pub struct Nunit;

The Nunit License.

Trait Implementations

impl License for Nunit[src]

impl Debug for Nunit[src]

impl PartialEq<Nunit> for Nunit[src]

impl Eq for Nunit[src]

impl Ord for Nunit[src]

impl PartialOrd<Nunit> for Nunit[src]

impl Hash for Nunit[src]

impl Copy for Nunit[src]

impl StructuralPartialEq for Nunit[src]

impl StructuralEq for Nunit[src]

impl Clone for Nunit[src]

impl Default for Nunit[src]

Auto Trait Implementations

impl Unpin for Nunit

impl Send for Nunit

impl Sync for Nunit

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]