[][src]Struct license::MakeIndex

pub struct MakeIndex;

The MakeIndex License.

Trait Implementations

impl License for MakeIndex[src]

impl Debug for MakeIndex[src]

impl PartialEq<MakeIndex> for MakeIndex[src]

impl Eq for MakeIndex[src]

impl Ord for MakeIndex[src]

impl PartialOrd<MakeIndex> for MakeIndex[src]

impl Hash for MakeIndex[src]

impl Copy for MakeIndex[src]

impl StructuralPartialEq for MakeIndex[src]

impl StructuralEq for MakeIndex[src]

impl Clone for MakeIndex[src]

impl Default for MakeIndex[src]

Auto Trait Implementations

impl Unpin for MakeIndex

impl Send for MakeIndex

impl Sync for MakeIndex

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]