[][src]Struct license::Latex2e

pub struct Latex2e;

The Latex2e License.

Trait Implementations

impl License for Latex2e[src]

impl Debug for Latex2e[src]

impl PartialEq<Latex2e> for Latex2e[src]

impl Eq for Latex2e[src]

impl Ord for Latex2e[src]

impl PartialOrd<Latex2e> for Latex2e[src]

impl Hash for Latex2e[src]

impl Copy for Latex2e[src]

impl StructuralPartialEq for Latex2e[src]

impl StructuralEq for Latex2e[src]

impl Clone for Latex2e[src]

impl Default for Latex2e[src]

Auto Trait Implementations

impl Unpin for Latex2e

impl Send for Latex2e

impl Sync for Latex2e

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]