[][src]Struct license::Beerware

pub struct Beerware;

The Beerware License.

Trait Implementations

impl Clone for Beerware[src]

impl Copy for Beerware[src]

impl Debug for Beerware[src]

impl Default for Beerware[src]

impl Eq for Beerware[src]

impl Hash for Beerware[src]

impl License for Beerware[src]

impl Ord for Beerware[src]

impl PartialEq<Beerware> for Beerware[src]

impl PartialOrd<Beerware> for Beerware[src]

impl StructuralEq for Beerware[src]

impl StructuralPartialEq for Beerware[src]

Auto Trait Implementations

impl Send for Beerware

impl Sync for Beerware

impl Unpin for Beerware

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.