[][src]Trait license::LicenseException

pub trait LicenseException {
    pub fn name(&self) -> &'static str;
pub fn id(&self) -> &'static str;
pub fn text(&self) -> &'static str;
pub fn is_deprecated(&self) -> bool;
pub fn comments(&self) -> Option<&'static str>;
pub fn see_also(&self) -> &'static [&'static str]; }

Base functionality for all license exceptions.

Required methods

pub fn name(&self) -> &'static str[src]

The name of the exception.

pub fn id(&self) -> &'static str[src]

The identifier of the exceptions.

pub fn text(&self) -> &'static str[src]

The exception text.

pub fn is_deprecated(&self) -> bool[src]

Says if the exception is deprecated.

pub fn comments(&self) -> Option<&'static str>[src]

The exception comments.

pub fn see_also(&self) -> &'static [&'static str][src]

Relevant sources.

Loading content...

Implementors

impl LicenseException for Autoconf_exception_2_0[src]

impl LicenseException for Autoconf_exception_3_0[src]

impl LicenseException for Bison_exception_2_2[src]

impl LicenseException for Bootloader_exception[src]

impl LicenseException for CLISP_exception_2_0[src]

impl LicenseException for Classpath_exception_2_0[src]

impl LicenseException for DigiRule_FOSS_exception[src]

impl LicenseException for FLTK_exception[src]

impl LicenseException for Fawkes_Runtime_exception[src]

impl LicenseException for Font_exception_2_0[src]

impl LicenseException for GCC_exception_2_0[src]

impl LicenseException for GCC_exception_3_1[src]

impl LicenseException for GPL_3_0_linking_exception[src]

impl LicenseException for GPL_3_0_linking_source_exception[src]

impl LicenseException for GPL_CC_1_0[src]

impl LicenseException for LGPL_3_0_linking_exception[src]

impl LicenseException for LLVM_exception[src]

impl LicenseException for LZMA_exception[src]

impl LicenseException for Libtool_exception[src]

impl LicenseException for Linux_syscall_note[src]

impl LicenseException for Nokia_Qt_exception_1_1[src]

impl LicenseException for OCCT_exception_1_0[src]

impl LicenseException for OCaml_LGPL_linking_exception[src]

impl LicenseException for OpenJDK_assembly_exception_1_0[src]

impl LicenseException for PS_or_PDF_font_exception_20170817[src]

impl LicenseException for Qt_GPL_exception_1_0[src]

impl LicenseException for Qt_LGPL_exception_1_1[src]

impl LicenseException for Qwt_exception_1_0[src]

impl LicenseException for SHL_2_0[src]

impl LicenseException for SHL_2_1[src]

impl LicenseException for Swift_exception[src]

impl LicenseException for Universal_FOSS_exception_1_0[src]

impl LicenseException for WxWindows_exception_3_1[src]

impl LicenseException for eCos_exception_2_0[src]

impl LicenseException for exception_389[src]

impl LicenseException for freertos_exception_2_0[src]

impl LicenseException for gnu_javamail_exception[src]

impl LicenseException for i2p_gpl_java_exception[src]

impl LicenseException for mif_exception[src]

impl LicenseException for openvpn_openssl_exception[src]

impl LicenseException for u_boot_exception_2_0[src]

Loading content...