[][src]Struct license::AMPAS

pub struct AMPAS;

The Academy of Motion Picture Arts and Sciences BSD.

Trait Implementations

impl License for AMPAS[src]

impl Debug for AMPAS[src]

impl PartialEq<AMPAS> for AMPAS[src]

impl Eq for AMPAS[src]

impl Ord for AMPAS[src]

impl PartialOrd<AMPAS> for AMPAS[src]

impl Hash for AMPAS[src]

impl Copy for AMPAS[src]

impl StructuralPartialEq for AMPAS[src]

impl StructuralEq for AMPAS[src]

impl Clone for AMPAS[src]

impl Default for AMPAS[src]

Auto Trait Implementations

impl Unpin for AMPAS

impl Send for AMPAS

impl Sync for AMPAS

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]