[][src]Struct license::RPL_1_1

pub struct RPL_1_1;

The Reciprocal Public License 1.1.

Trait Implementations

impl License for RPL_1_1[src]

impl Debug for RPL_1_1[src]

impl PartialEq<RPL_1_1> for RPL_1_1[src]

impl Eq for RPL_1_1[src]

impl Ord for RPL_1_1[src]

impl PartialOrd<RPL_1_1> for RPL_1_1[src]

impl Hash for RPL_1_1[src]

impl Copy for RPL_1_1[src]

impl StructuralPartialEq for RPL_1_1[src]

impl StructuralEq for RPL_1_1[src]

impl Clone for RPL_1_1[src]

impl Default for RPL_1_1[src]

Auto Trait Implementations

impl Unpin for RPL_1_1

impl Send for RPL_1_1

impl Sync for RPL_1_1

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]