[][src]Struct license::SMLNJ

pub struct SMLNJ;

The Standard ML of New Jersey License.

Trait Implementations

impl Clone for SMLNJ[src]

impl Copy for SMLNJ[src]

impl Debug for SMLNJ[src]

impl Default for SMLNJ[src]

impl Eq for SMLNJ[src]

impl Hash for SMLNJ[src]

impl License for SMLNJ[src]

impl Ord for SMLNJ[src]

impl PartialEq<SMLNJ> for SMLNJ[src]

impl PartialOrd<SMLNJ> for SMLNJ[src]

impl StructuralEq for SMLNJ[src]

impl StructuralPartialEq for SMLNJ[src]

Auto Trait Implementations

impl Send for SMLNJ

impl Sync for SMLNJ

impl Unpin for SMLNJ

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.