[][src]Struct license::MS_RL

pub struct MS_RL;

The Microsoft Reciprocal License.

Trait Implementations

impl Clone for MS_RL[src]

impl Copy for MS_RL[src]

impl Debug for MS_RL[src]

impl Default for MS_RL[src]

impl Eq for MS_RL[src]

impl Hash for MS_RL[src]

impl License for MS_RL[src]

impl Ord for MS_RL[src]

impl PartialEq<MS_RL> for MS_RL[src]

impl PartialOrd<MS_RL> for MS_RL[src]

impl StructuralEq for MS_RL[src]

impl StructuralPartialEq for MS_RL[src]

Auto Trait Implementations

impl Send for MS_RL

impl Sync for MS_RL

impl Unpin for MS_RL

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.