[][src]Struct license::VOSTROM

pub struct VOSTROM;

The VOSTROM Public License for Open Source.

Trait Implementations

impl Clone for VOSTROM[src]

impl Copy for VOSTROM[src]

impl Debug for VOSTROM[src]

impl Default for VOSTROM[src]

impl Eq for VOSTROM[src]

impl Hash for VOSTROM[src]

impl License for VOSTROM[src]

impl Ord for VOSTROM[src]

impl PartialEq<VOSTROM> for VOSTROM[src]

impl PartialOrd<VOSTROM> for VOSTROM[src]

impl StructuralEq for VOSTROM[src]

impl StructuralPartialEq for VOSTROM[src]

Auto Trait Implementations

impl Send for VOSTROM

impl Sync for VOSTROM

impl Unpin for VOSTROM

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.