[][src]Struct license::NRL

pub struct NRL;

The NRL License.

Trait Implementations

impl Clone for NRL[src]

impl Copy for NRL[src]

impl Debug for NRL[src]

impl Default for NRL[src]

impl Eq for NRL[src]

impl Hash for NRL[src]

impl License for NRL[src]

impl Ord for NRL[src]

impl PartialEq<NRL> for NRL[src]

impl PartialOrd<NRL> for NRL[src]

impl StructuralEq for NRL[src]

impl StructuralPartialEq for NRL[src]

Auto Trait Implementations

impl Send for NRL

impl Sync for NRL

impl Unpin for NRL

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.