[][src]Struct license::GL2PS

pub struct GL2PS;

The GL2PS License.

Trait Implementations

impl Clone for GL2PS[src]

impl Copy for GL2PS[src]

impl Debug for GL2PS[src]

impl Default for GL2PS[src]

impl Eq for GL2PS[src]

impl Hash for GL2PS[src]

impl License for GL2PS[src]

impl Ord for GL2PS[src]

impl PartialEq<GL2PS> for GL2PS[src]

impl PartialOrd<GL2PS> for GL2PS[src]

impl StructuralEq for GL2PS[src]

impl StructuralPartialEq for GL2PS[src]

Auto Trait Implementations

impl Send for GL2PS

impl Sync for GL2PS

impl Unpin for GL2PS

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.