[][src]Struct license::Interbase_1_0

pub struct Interbase_1_0;

The Interbase Public License v1.0.

Trait Implementations

impl License for Interbase_1_0[src]

impl Debug for Interbase_1_0[src]

impl PartialEq<Interbase_1_0> for Interbase_1_0[src]

impl Eq for Interbase_1_0[src]

impl Ord for Interbase_1_0[src]

impl PartialOrd<Interbase_1_0> for Interbase_1_0[src]

impl Hash for Interbase_1_0[src]

impl Copy for Interbase_1_0[src]

impl StructuralPartialEq for Interbase_1_0[src]

impl StructuralEq for Interbase_1_0[src]

impl Clone for Interbase_1_0[src]

impl Default for Interbase_1_0[src]

Auto Trait Implementations

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]