[][src]Trait license::LicenseException

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

Base functionality for all license exceptions.

Required methods

fn name(&self) -> &'static str

The name of the exception.

fn id(&self) -> &'static str

The identifier of the exceptions.

fn text(&self) -> &'static str

The exception text.

fn is_deprecated(&self) -> bool

Says if the exception is deprecated.

fn comments(&self) -> Option<&'static str>

The exception comments.

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

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...