[][src]Struct license::EUDatagrid

pub struct EUDatagrid;

The EU DataGrid Software License.

Trait Implementations

impl License for EUDatagrid[src]

impl Debug for EUDatagrid[src]

impl PartialEq<EUDatagrid> for EUDatagrid[src]

impl Eq for EUDatagrid[src]

impl Ord for EUDatagrid[src]

impl PartialOrd<EUDatagrid> for EUDatagrid[src]

impl Hash for EUDatagrid[src]

impl Copy for EUDatagrid[src]

impl StructuralPartialEq for EUDatagrid[src]

impl StructuralEq for EUDatagrid[src]

impl Clone for EUDatagrid[src]

impl Default for EUDatagrid[src]

Auto Trait Implementations

impl Unpin for EUDatagrid

impl Send for EUDatagrid

impl Sync for EUDatagrid

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]