[][src]Struct license::Limitations

pub struct Limitations {
    pub no_liability: bool,
    pub no_trademark_rights: bool,
    pub no_warranty: bool,
    pub no_patent_rights: bool,
}

The limitations of the license.

Fields

no_liability: bool

Includes a limitation of liability.

no_trademark_rights: bool

Does not grant trademark rights.

no_warranty: bool

Does not provide any warranty.

no_patent_rights: bool

Does not provide any rights in the patents of contributors.

Trait Implementations

impl Display for Limitations[src]

impl Debug for Limitations[src]

impl PartialEq<Limitations> for Limitations[src]

impl Eq for Limitations[src]

impl Ord for Limitations[src]

impl PartialOrd<Limitations> for Limitations[src]

impl Hash for Limitations[src]

impl Copy for Limitations[src]

impl StructuralPartialEq for Limitations[src]

impl StructuralEq for Limitations[src]

impl Clone for Limitations[src]

Auto Trait Implementations

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]