[go: up one dir, main page]

Struct license::NAIST_2003[][src]

pub struct NAIST_2003;

The Nara Institute of Science and Technology License (2003).

Trait Implementations

impl Clone for NAIST_2003[src]

impl Copy for NAIST_2003[src]

impl Debug for NAIST_2003[src]

impl Default for NAIST_2003[src]

impl Eq for NAIST_2003[src]

impl Hash for NAIST_2003[src]

impl License for NAIST_2003[src]

impl Ord for NAIST_2003[src]

impl PartialEq<NAIST_2003> for NAIST_2003[src]

impl PartialOrd<NAIST_2003> for NAIST_2003[src]

impl StructuralEq for NAIST_2003[src]

impl StructuralPartialEq for NAIST_2003[src]

Auto Trait Implementations

impl Send for NAIST_2003

impl Sync for NAIST_2003

impl Unpin for NAIST_2003

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.