[][src]Struct license::LPL_1_02

pub struct LPL_1_02;

The Lucent Public License v1.02.

Trait Implementations

impl Clone for LPL_1_02[src]

impl Copy for LPL_1_02[src]

impl Debug for LPL_1_02[src]

impl Default for LPL_1_02[src]

impl Eq for LPL_1_02[src]

impl Hash for LPL_1_02[src]

impl License for LPL_1_02[src]

impl Ord for LPL_1_02[src]

impl PartialEq<LPL_1_02> for LPL_1_02[src]

impl PartialOrd<LPL_1_02> for LPL_1_02[src]

impl StructuralEq for LPL_1_02[src]

impl StructuralPartialEq for LPL_1_02[src]

Auto Trait Implementations

impl Send for LPL_1_02

impl Sync for LPL_1_02

impl Unpin for LPL_1_02

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.