[][src]Struct license::Leptonica

pub struct Leptonica;

The Leptonica License.

Trait Implementations

impl License for Leptonica[src]

impl Debug for Leptonica[src]

impl PartialEq<Leptonica> for Leptonica[src]

impl Eq for Leptonica[src]

impl Ord for Leptonica[src]

impl PartialOrd<Leptonica> for Leptonica[src]

impl Hash for Leptonica[src]

impl Copy for Leptonica[src]

impl StructuralPartialEq for Leptonica[src]

impl StructuralEq for Leptonica[src]

impl Clone for Leptonica[src]

impl Default for Leptonica[src]

Auto Trait Implementations

impl Unpin for Leptonica

impl Send for Leptonica

impl Sync for Leptonica

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]