[][src]Struct license::StandardML_NJ

pub struct StandardML_NJ;

The Standard ML of New Jersey License.

Trait Implementations

impl Clone for StandardML_NJ[src]

impl Copy for StandardML_NJ[src]

impl Debug for StandardML_NJ[src]

impl Default for StandardML_NJ[src]

impl Eq for StandardML_NJ[src]

impl Hash for StandardML_NJ[src]

impl License for StandardML_NJ[src]

impl Ord for StandardML_NJ[src]

impl PartialEq<StandardML_NJ> for StandardML_NJ[src]

impl PartialOrd<StandardML_NJ> for StandardML_NJ[src]

impl StructuralEq for StandardML_NJ[src]

impl StructuralPartialEq for StandardML_NJ[src]

Auto Trait Implementations

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.