[][src]Struct license::gnuplot

pub struct gnuplot;

The gnuplot License.

Trait Implementations

impl Clone for gnuplot[src]

impl Copy for gnuplot[src]

impl Debug for gnuplot[src]

impl Default for gnuplot[src]

impl Eq for gnuplot[src]

impl Hash for gnuplot[src]

impl License for gnuplot[src]

impl Ord for gnuplot[src]

impl PartialEq<gnuplot> for gnuplot[src]

impl PartialOrd<gnuplot> for gnuplot[src]

impl StructuralEq for gnuplot[src]

impl StructuralPartialEq for gnuplot[src]

Auto Trait Implementations

impl Send for gnuplot

impl Sync for gnuplot

impl Unpin for gnuplot

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.