[][src]Struct license::FSFULLR

pub struct FSFULLR;

The FSF Unlimited License (with License Retention).

Trait Implementations

impl Clone for FSFULLR[src]

impl Copy for FSFULLR[src]

impl Debug for FSFULLR[src]

impl Default for FSFULLR[src]

impl Eq for FSFULLR[src]

impl Hash for FSFULLR[src]

impl License for FSFULLR[src]

impl Ord for FSFULLR[src]

impl PartialEq<FSFULLR> for FSFULLR[src]

impl PartialOrd<FSFULLR> for FSFULLR[src]

impl StructuralEq for FSFULLR[src]

impl StructuralPartialEq for FSFULLR[src]

Auto Trait Implementations

impl Send for FSFULLR

impl Sync for FSFULLR

impl Unpin for FSFULLR

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.