[][src]Struct license::RPL_1_5

pub struct RPL_1_5;

The Reciprocal Public License 1.5.

Trait Implementations

impl Clone for RPL_1_5[src]

impl Copy for RPL_1_5[src]

impl Debug for RPL_1_5[src]

impl Default for RPL_1_5[src]

impl Eq for RPL_1_5[src]

impl Hash for RPL_1_5[src]

impl License for RPL_1_5[src]

impl Ord for RPL_1_5[src]

impl PartialEq<RPL_1_5> for RPL_1_5[src]

impl PartialOrd<RPL_1_5> for RPL_1_5[src]

impl StructuralEq for RPL_1_5[src]

impl StructuralPartialEq for RPL_1_5[src]

Auto Trait Implementations

impl Send for RPL_1_5

impl Sync for RPL_1_5

impl Unpin for RPL_1_5

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.