[][src]Struct license::Mup

pub struct Mup;

The Mup License.

Trait Implementations

impl License for Mup[src]

impl Debug for Mup[src]

impl PartialEq<Mup> for Mup[src]

impl Eq for Mup[src]

impl Ord for Mup[src]

impl PartialOrd<Mup> for Mup[src]

impl Hash for Mup[src]

impl Copy for Mup[src]

impl StructuralPartialEq for Mup[src]

impl StructuralEq for Mup[src]

impl Clone for Mup[src]

impl Default for Mup[src]

Auto Trait Implementations

impl Unpin for Mup

impl Send for Mup

impl Sync for Mup

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]