[][src]Struct license::NetCDF

pub struct NetCDF;

The NetCDF license.

Trait Implementations

impl Clone for NetCDF[src]

impl Copy for NetCDF[src]

impl Debug for NetCDF[src]

impl Default for NetCDF[src]

impl Eq for NetCDF[src]

impl Hash for NetCDF[src]

impl License for NetCDF[src]

impl Ord for NetCDF[src]

impl PartialEq<NetCDF> for NetCDF[src]

impl PartialOrd<NetCDF> for NetCDF[src]

impl StructuralEq for NetCDF[src]

impl StructuralPartialEq for NetCDF[src]

Auto Trait Implementations

impl Send for NetCDF

impl Sync for NetCDF

impl Unpin for NetCDF

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.